Home
last modified time | relevance | path

Searched refs:LastDecl (Results 1 – 3 of 3) sorted by relevance

/NextBSD/contrib/llvm/tools/clang/lib/AST/
HDDeclBase.cpp1072 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 …]
HDDecl.cpp3682 std::tie(FirstDecl, LastDecl) = BuildDeclChain(Decls, in LoadFieldsFromExternalStorage()
/NextBSD/contrib/llvm/tools/clang/include/clang/AST/
HDDeclBase.h1146 mutable Decl *LastDecl; variable
1163 LookupPtr(nullptr), FirstDecl(nullptr), LastDecl(nullptr) {} in DeclContext()
1740 D == LastDecl); in isDeclInLexicalTraversal()