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

References

tools/clang/include/clang/ASTMatchers/ASTMatchers.h
 3545     const Decl *FoundDecl = Node.getSingleDecl();
tools/clang/lib/Analysis/CFG.cpp
 5088               DeclMap[cast<DeclStmt>(stmt)->getSingleDecl()] = P;
tools/clang/lib/Analysis/ConstructionContext.cpp
  111     assert(!cast<VarDecl>(DS->getSingleDecl())->getType().getCanonicalType()
tools/clang/lib/Analysis/Consumed.cpp
  844     if (const auto *Var = dyn_cast_or_null<VarDecl>(DeclS->getSingleDecl()))
tools/clang/lib/Analysis/LiveVariables.cpp
  297       if (const VarDecl *VD = dyn_cast<VarDecl>(DS->getSingleDecl())) {
tools/clang/lib/Analysis/PathDiagnostic.cpp
  772                                DS->getSingleDecl()->getLocation());
tools/clang/lib/Analysis/UninitializedValues.cpp
  711     const auto *VD = cast<VarDecl>(DS->getSingleDecl());
tools/clang/lib/CodeGen/CGCoroutine.cpp
  355       VarDecl const*VD = static_cast<VarDecl const*>(PM->getSingleDecl());
tools/clang/lib/CodeGen/CGObjC.cpp
 1641     variable = EmitAutoVarAlloca(*cast<VarDecl>(SD->getSingleDecl()));
 1795     const VarDecl *D = cast<VarDecl>(SD->getSingleDecl());
tools/clang/lib/StaticAnalyzer/Checkers/BasicObjCFoundationChecks.cpp
  896     const VarDecl *ElemDecl = cast<VarDecl>(DS->getSingleDecl());
tools/clang/lib/StaticAnalyzer/Checkers/NullabilityChecker.cpp
  997       auto *VD = dyn_cast<VarDecl>(DS->getSingleDecl());
 1033   auto *VD = dyn_cast<VarDecl>(DS->getSingleDecl());
tools/clang/lib/StaticAnalyzer/Checkers/UndefinedAssignmentChecker.cpp
   88       const VarDecl *VD = cast<VarDecl>(DS->getSingleDecl());
tools/clang/lib/StaticAnalyzer/Checkers/VLASizeChecker.cpp
   86   const VarDecl *VD = dyn_cast<VarDecl>(DS->getSingleDecl());
tools/clang/lib/StaticAnalyzer/Core/BugReporterVisitors.cpp
  860       if (const auto *VD = dyn_cast<VarDecl>(DS->getSingleDecl()))
 1225   if (DS->getSingleDecl() != VR->getDecl())
 1269         const auto *VD = cast<VarDecl>(DS->getSingleDecl());
tools/clang/lib/StaticAnalyzer/Core/CheckerHelpers.cpp
   94     VD = cast<VarDecl>(PD->getSingleDecl());
tools/clang/lib/StaticAnalyzer/Core/ExprEngine.cpp
 2194   const auto *VD = cast<VarDecl>(DS->getSingleDecl());
tools/clang/lib/StaticAnalyzer/Core/ExprEngineCXX.cpp
  127       const auto *Var = cast<VarDecl>(DS->getSingleDecl());
tools/clang/lib/StaticAnalyzer/Core/ExprEngineObjC.cpp
  121     const VarDecl *elemD = cast<VarDecl>(DS->getSingleDecl());
tools/clang/tools/extra/clang-tidy/modernize/LoopConvertCheck.cpp
  533     const auto *AliasVar = cast<VarDecl>(AliasDecl->getSingleDecl());