Home
last modified time | relevance | path

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

/freebsd-12.1/contrib/llvm/tools/clang/lib/AST/
H A DDeclBase.cpp1303 if (!LastDecl) in LoadLexicalDeclsFromExternalStorage()
1304 LastDecl = ExternalLast; in LoadLexicalDeclsFromExternalStorage()
1386 (D->NextInContextAndBits.getPointer() || D == LastDecl)); in containsDecl()
1430 assert((D->NextInContextAndBits.getPointer() || D == LastDecl) && in removeDecl()
1435 if (D == LastDecl) in removeDecl()
1436 FirstDecl = LastDecl = nullptr; in removeDecl()
1444 if (D == LastDecl) LastDecl = I; in removeDecl()
1484 assert(!D->getNextDeclInContext() && D != LastDecl && in addHiddenDecl()
1488 LastDecl->NextInContextAndBits.setPointer(D); in addHiddenDecl()
1489 LastDecl = D; in addHiddenDecl()
[all …]
H A DDecl.cpp4188 std::tie(FirstDecl, LastDecl) = BuildDeclChain(Decls, in LoadFieldsFromExternalStorage()
/freebsd-12.1/contrib/llvm/tools/clang/include/clang/AST/
H A DDeclBase.h1732 mutable Decl *LastDecl = nullptr; variable
2340 D == LastDecl); in isDeclInLexicalTraversal()