reference, declarationdefinition
definition → references, declarations, derived classes, virtual overrides
reference to multiple definitions → definitions
unreferenced

References

tools/clang/include/clang/AST/DeclBase.h
 2371                  D == LastDecl);
tools/clang/lib/AST/Decl.cpp
 4389   std::tie(FirstDecl, LastDecl) = BuildDeclChain(Decls,
tools/clang/lib/AST/DeclBase.cpp
 1317   if (!LastDecl)
 1318     LastDecl = ExternalLast;
 1400           (D->NextInContextAndBits.getPointer() || D == LastDecl));
 1444   assert((D->NextInContextAndBits.getPointer() || D == LastDecl) &&
 1449     if (D == LastDecl)
 1450       FirstDecl = LastDecl = nullptr;
 1458         if (D == LastDecl) LastDecl = I;
 1458         if (D == LastDecl) LastDecl = I;
 1498   assert(!D->getNextDeclInContext() && D != LastDecl &&
 1502     LastDecl->NextInContextAndBits.setPointer(D);
 1503     LastDecl = D;
 1505     FirstDecl = LastDecl = D;