Home
last modified time | relevance | path

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

/external/clang/lib/AST/
DDeclBase.cpp1137 if (!LastDecl) in LoadLexicalDeclsFromExternalStorage()
1138 LastDecl = ExternalLast; in LoadLexicalDeclsFromExternalStorage()
1221 (D->NextInContextAndBits.getPointer() || D == LastDecl)); in containsDecl()
1227 assert((D->NextInContextAndBits.getPointer() || D == LastDecl) && in removeDecl()
1232 if (D == LastDecl) in removeDecl()
1233 FirstDecl = LastDecl = nullptr; in removeDecl()
1241 if (D == LastDecl) LastDecl = I; in removeDecl()
1273 assert(!D->getNextDeclInContext() && D != LastDecl && in addHiddenDecl()
1277 LastDecl->NextInContextAndBits.setPointer(D); in addHiddenDecl()
1278 LastDecl = D; in addHiddenDecl()
[all …]
DDecl.cpp3809 std::tie(FirstDecl, LastDecl) = BuildDeclChain(Decls, in LoadFieldsFromExternalStorage()
/external/clang/include/clang/AST/
DDeclBase.h1185 mutable Decl *LastDecl; variable
1203 LookupPtr(nullptr), FirstDecl(nullptr), LastDecl(nullptr) {} in DeclContext()
1780 D == LastDecl); in isDeclInLexicalTraversal()