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

Overrides

tools/clang/include/clang/StaticAnalyzer/Core/PathSensitive/CallEvent.h
  202   virtual const Decl *getDecl() const {

Overridden By

tools/clang/include/clang/StaticAnalyzer/Core/PathSensitive/CallEvent.h
  846   const CXXConstructorDecl *getDecl() const override {
  888   const FunctionDecl *getDecl() const override {
tools/clang/lib/StaticAnalyzer/Core/CallEvent.cpp
  661 const FunctionDecl *SimpleFunctionCall::getDecl() const {
  669 const FunctionDecl *CXXInstanceCall::getDecl() const {

References

tools/clang/lib/StaticAnalyzer/Checkers/InnerPointerChecker.cpp
  154     const FunctionDecl *FD = FC->getDecl();
tools/clang/lib/StaticAnalyzer/Checkers/MallocChecker.cpp
 2689     const FunctionDecl *FD = FC->getDecl();
tools/clang/lib/StaticAnalyzer/Checkers/MoveChecker.cpp
  449   const auto MethodDecl = dyn_cast_or_null<CXXMethodDecl>(AFC->getDecl());
tools/clang/lib/StaticAnalyzer/Core/CallEvent.cpp
  539   const FunctionDecl *D = getDecl();
  546   const FunctionDecl *FD = getDecl();
  604   const FunctionDecl *D = getDecl();
  672     return AnyFunctionCall::getDecl();