Home
last modified time | relevance | path

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

/minix/external/bsd/llvm/dist/clang/lib/AST/
H A DDeclBase.cpp1039 if (!LastDecl) in LoadLexicalDeclsFromExternalStorage()
1040 LastDecl = ExternalLast; in LoadLexicalDeclsFromExternalStorage()
1122 (D->NextInContextAndBits.getPointer() || D == LastDecl)); in containsDecl()
1128 assert((D->NextInContextAndBits.getPointer() || D == LastDecl) && in removeDecl()
1133 if (D == LastDecl) in removeDecl()
1134 FirstDecl = LastDecl = nullptr; in removeDecl()
1142 if (D == LastDecl) LastDecl = I; in removeDecl()
1171 assert(!D->getNextDeclInContext() && D != LastDecl && in addHiddenDecl()
1175 LastDecl->NextInContextAndBits.setPointer(D); in addHiddenDecl()
1176 LastDecl = D; in addHiddenDecl()
[all …]
H A DDecl.cpp3628 std::tie(FirstDecl, LastDecl) = BuildDeclChain(Decls, in LoadFieldsFromExternalStorage()
/minix/external/bsd/llvm/dist/clang/include/clang/AST/
H A DDeclBase.h1063 mutable Decl *LastDecl; variable
1079 FirstDecl(nullptr), LastDecl(nullptr) {} in DeclContext()
1648 D == LastDecl); in isDeclInLexicalTraversal()