Searched defs:DeclID (Results 1 – 3 of 3) sorted by relevance
54 : DeclID(DeclID), IsStatic(IsStatic), IsExtern(IsExtern), Desc(Desc) {} in DeclID() argument132 std::optional<unsigned> DeclID; variable
1206 unsigned DeclID = getOrCreateSourceID(SPDecl->getFile()); in applySubprogramDefinitionAttributes() local
68 using DeclID = uint32_t; variable