Home
last modified time | relevance | path

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

/external/clang/lib/AST/
DDeclBase.cpp1033 if (!LastDecl) in LoadLexicalDeclsFromExternalStorage()
1034 LastDecl = ExternalLast; in LoadLexicalDeclsFromExternalStorage()
1116 (D->NextInContextAndBits.getPointer() || D == LastDecl)); in containsDecl()
1122 assert((D->NextInContextAndBits.getPointer() || D == LastDecl) && in removeDecl()
1127 if (D == LastDecl) in removeDecl()
1128 FirstDecl = LastDecl = nullptr; in removeDecl()
1136 if (D == LastDecl) LastDecl = I; in removeDecl()
1165 assert(!D->getNextDeclInContext() && D != LastDecl && in addHiddenDecl()
1169 LastDecl->NextInContextAndBits.setPointer(D); in addHiddenDecl()
1170 LastDecl = D; in addHiddenDecl()
[all …]
DDecl.cpp3577 std::tie(FirstDecl, LastDecl) = BuildDeclChain(Decls, in LoadFieldsFromExternalStorage()
/external/clang/include/clang/AST/
DDeclBase.h1058 mutable Decl *LastDecl; variable
1074 FirstDecl(nullptr), LastDecl(nullptr) {} in DeclContext()
1637 D == LastDecl); in isDeclInLexicalTraversal()