Searched defs:DeclID (Results 1 – 10 of 10) sorted by relevance
119 explicit operator DeclID() const { return ID; } in DeclID() function
1137 unsigned DeclID = in applySubprogramDefinitionAttributes() local
1176 unsigned DeclID = getOrCreateSourceID(SPDecl->getFile()); in applySubprogramDefinitionAttributes() local
1206 unsigned DeclID = getOrCreateSourceID(SPDecl->getFile()); in applySubprogramDefinitionAttributes() local
202 class DeclID(namedtuple('DeclID', 'filename funcname name')): class
63 typedef uint32_t DeclID; typedef
66 using DeclID = DeclIDBase::DeclID; variable
68 using DeclID = uint32_t; variable