Home
last modified time | relevance | path

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

/trueos/contrib/llvm/tools/clang/lib/AST/
HDDeclBase.cpp989 if (!LastDecl) in LoadLexicalDeclsFromExternalStorage()
990 LastDecl = ExternalLast; in LoadLexicalDeclsFromExternalStorage()
1073 (D->NextInContextAndBits.getPointer() || D == LastDecl)); in containsDecl()
1079 assert((D->NextInContextAndBits.getPointer() || D == LastDecl) && in removeDecl()
1084 if (D == LastDecl) in removeDecl()
1085 FirstDecl = LastDecl = 0; in removeDecl()
1093 if (D == LastDecl) LastDecl = I; in removeDecl()
1122 assert(!D->getNextDeclInContext() && D != LastDecl && in addHiddenDecl()
1126 LastDecl->NextInContextAndBits.setPointer(D); in addHiddenDecl()
1127 LastDecl = D; in addHiddenDecl()
[all …]
HDDecl.cpp3430 llvm::tie(FirstDecl, LastDecl) = BuildDeclChain(Decls, in LoadFieldsFromExternalStorage()
/trueos/contrib/llvm/tools/clang/include/clang/AST/
HDDeclBase.h1036 mutable Decl *LastDecl; variable
1052 FirstDecl(0), LastDecl(0) {} in DeclContext()
1613 D == LastDecl); in isDeclInLexicalTraversal()