Searched refs:LastDecl (Results 1 – 3 of 3) sorted by relevance
1072 if (!LastDecl) in LoadLexicalDeclsFromExternalStorage()1073 LastDecl = ExternalLast; in LoadLexicalDeclsFromExternalStorage()1156 (D->NextInContextAndBits.getPointer() || D == LastDecl)); in containsDecl()1162 assert((D->NextInContextAndBits.getPointer() || D == LastDecl) && in removeDecl()1167 if (D == LastDecl) in removeDecl()1168 FirstDecl = LastDecl = nullptr; in removeDecl()1176 if (D == LastDecl) LastDecl = I; in removeDecl()1205 assert(!D->getNextDeclInContext() && D != LastDecl && in addHiddenDecl()1209 LastDecl->NextInContextAndBits.setPointer(D); in addHiddenDecl()1210 LastDecl = D; in addHiddenDecl()[all …]
3682 std::tie(FirstDecl, LastDecl) = BuildDeclChain(Decls, in LoadFieldsFromExternalStorage()
1146 mutable Decl *LastDecl; variable1163 LookupPtr(nullptr), FirstDecl(nullptr), LastDecl(nullptr) {} in DeclContext()1740 D == LastDecl); in isDeclInLexicalTraversal()