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

References

tools/clang/lib/StaticAnalyzer/Core/BugReporterVisitors.cpp
  472   if (const auto *FD = dyn_cast_or_null<FunctionDecl>(RD.getDecl()))
  474   if (const auto *MD = dyn_cast_or_null<ObjCMethodDecl>(RD.getDecl()))
  566           potentiallyWritesIntoIvar(Call->getRuntimeDefinition().getDecl(),
tools/clang/lib/StaticAnalyzer/Core/CallEvent.cpp
  180   if (!RD.getDecl())
  188   if (RD.mayHaveOtherDefinitions() || RD.getDecl() != ADC->getDecl())
tools/clang/lib/StaticAnalyzer/Core/ExprEngineCallAndReturn.cpp
 1026     const Decl *D = RD.getDecl();