Searched refs:LastDecl (Results 1 – 3 of 3) sorted by relevance
1137 if (!LastDecl) in LoadLexicalDeclsFromExternalStorage()1138 LastDecl = ExternalLast; in LoadLexicalDeclsFromExternalStorage()1221 (D->NextInContextAndBits.getPointer() || D == LastDecl)); in containsDecl()1227 assert((D->NextInContextAndBits.getPointer() || D == LastDecl) && in removeDecl()1232 if (D == LastDecl) in removeDecl()1233 FirstDecl = LastDecl = nullptr; in removeDecl()1241 if (D == LastDecl) LastDecl = I; in removeDecl()1273 assert(!D->getNextDeclInContext() && D != LastDecl && in addHiddenDecl()1277 LastDecl->NextInContextAndBits.setPointer(D); in addHiddenDecl()1278 LastDecl = D; in addHiddenDecl()[all …]
3809 std::tie(FirstDecl, LastDecl) = BuildDeclChain(Decls, in LoadFieldsFromExternalStorage()
1185 mutable Decl *LastDecl; variable1203 LookupPtr(nullptr), FirstDecl(nullptr), LastDecl(nullptr) {} in DeclContext()1780 D == LastDecl); in isDeclInLexicalTraversal()