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

References

tools/clang/lib/StaticAnalyzer/Checkers/GenericTaintChecker.cpp
  685   if (const auto *D = dyn_cast_or_null<VarDecl>(DeclReg->getDecl())) {
tools/clang/lib/StaticAnalyzer/Checkers/MoveChecker.cpp
  581     const auto *RegionDecl = cast<NamedDecl>(DR->getDecl());
tools/clang/lib/StaticAnalyzer/Checkers/ObjCSelfInitChecker.cpp
  419     return (DR->getDecl() == analCtx->getSelfDecl());
tools/clang/lib/StaticAnalyzer/Checkers/RetainCountChecker/RetainCountDiagnostics.cpp
  835     const Decl *PDecl = Region->getDecl();
tools/clang/lib/StaticAnalyzer/Checkers/ValistChecker.cpp
  177     if (isa<ParmVarDecl>(DeclReg->getDecl()))
tools/clang/lib/StaticAnalyzer/Core/BugReporterVisitors.cpp
  751     DR->getDecl()->getDeclName().print(os, PP);