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

References

gen/tools/clang/include/clang/AST/StmtDataCollectors.inc
  144     addData(S->getDecl()->getName());
tools/clang/include/clang/ASTMatchers/ASTMatchersInternal.h
  904     return matchesDecl(Node.getDecl(), Finder, Builder);
tools/clang/include/clang/StaticAnalyzer/Core/PathSensitive/CoreEngine.h
  501       return cast<LabelStmt>((*I)->getLabel())->getDecl();
tools/clang/lib/AST/ASTImporter.cpp
 5801   auto Imp = importSeq(S->getIdentLoc(), S->getDecl(), S->getSubStmt());
tools/clang/lib/AST/JSONNodeDumper.cpp
 1433   JOS.attribute("declId", createPointerRepresentation(LS->getDecl()));
tools/clang/lib/AST/Stmt.cpp
  352   return getDecl()->getIdentifier()->getNameStart();
tools/clang/lib/AST/StmtProfile.cpp
  254   VisitDecl(S->getDecl());
tools/clang/lib/Analysis/CFG.cpp
 3192   assert(LabelMap.find(L->getDecl()) == LabelMap.end() &&
 3194   LabelMap[L->getDecl()] = JumpTarget(LabelBlock, ScopePos);
tools/clang/lib/CodeGen/CGStmt.cpp
  410           EmitLabel(LS->getDecl());
  592   EmitLabel(S.getDecl());
tools/clang/lib/Sema/TreeTransform.h
 6756   Decl *LD = getDerived().TransformDecl(S->getDecl()->getLocation(),
 6757                                         S->getDecl());
 6764   if (LD == S->getDecl())
 6765     S->getDecl()->setStmt(nullptr);
tools/clang/lib/Serialization/ASTWriterStmt.cpp
  117   Record.AddDeclRef(S->getDecl());
tools/clang/unittests/AST/SourceLocationTest.cpp
   63     return Node.getDecl()->getSourceRange();