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 {
  474   const FunctionDecl *getDecl() const override {

Declarations

tools/clang/include/clang/StaticAnalyzer/Core/PathSensitive/CallEvent.h
  514   const FunctionDecl *getDecl() const override;

References

tools/clang/lib/StaticAnalyzer/Checkers/MallocChecker.cpp
 2991   const FunctionDecl *FD = cast<SimpleFunctionCall>(Call)->getDecl();