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

/external/clang/lib/AST/
H A DDeclBase.cpp1033 if (!LastDecl)
1034 LastDecl = ExternalLast;
1116 (D->NextInContextAndBits.getPointer() || D == LastDecl));
1122 assert((D->NextInContextAndBits.getPointer() || D == LastDecl) &&
1127 if (D == LastDecl)
1128 FirstDecl = LastDecl = nullptr;
1136 if (D == LastDecl) LastDecl = I;
1165 assert(!D->getNextDeclInContext() && D != LastDecl &&
1169 LastDecl
[all...]
H A DDecl.cpp3577 std::tie(FirstDecl, LastDecl) = BuildDeclChain(Decls,
/external/clang/include/clang/AST/
H A DDeclBase.h1054 /// LastDecl - The last declaration stored within this declaration
1058 mutable Decl *LastDecl; member in class:clang::DeclContext
1074 FirstDecl(nullptr), LastDecl(nullptr) {}
1637 D == LastDecl);

Completed in 650 milliseconds