HomeSort by: relevance | last modified time | path
    Searched refs:LastDecl (Results 1 - 3 of 3) sorted by relevancy

  /src/external/apache2/llvm/dist/clang/lib/AST/
DeclBase.cpp 1365 if (!LastDecl)
1366 LastDecl = ExternalLast;
1416 (D->NextInContextAndBits.getPointer() || D == LastDecl));
1467 assert((D->NextInContextAndBits.getPointer() || D == LastDecl) &&
1472 if (D == LastDecl)
1473 FirstDecl = LastDecl = nullptr;
1481 if (D == LastDecl) LastDecl = I;
1518 assert(!D->getNextDeclInContext() && D != LastDecl &&
1522 LastDecl->NextInContextAndBits.setPointer(D)
    [all...]
Decl.cpp 4614 std::tie(FirstDecl, LastDecl) = BuildDeclChain(Decls,
  /src/external/apache2/llvm/dist/clang/include/clang/AST/
DeclBase.h 1836 /// LastDecl - The last declaration stored within this declaration
1840 mutable Decl *LastDecl = nullptr;
2452 D == LastDecl);

Completed in 30 milliseconds