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

Declarations

tools/clang/include/clang/StaticAnalyzer/Core/PathSensitive/CheckerContext.h
  279   const FunctionDecl *getCalleeDecl(const CallExpr *CE) const;

References

tools/clang/include/clang/StaticAnalyzer/Core/PathSensitive/CheckerContext.h
  286     const FunctionDecl *FunDecl = getCalleeDecl(CE);
  295     const FunctionDecl *FunDecl = getCalleeDecl(CE);
tools/clang/lib/StaticAnalyzer/Checkers/BasicObjCFoundationChecks.cpp
  430   const FunctionDecl *FD = C.getCalleeDecl(CE);
tools/clang/lib/StaticAnalyzer/Checkers/GenericTaintChecker.cpp
  470   const FunctionDecl *FDecl = C.getCalleeDecl(CE);
  538   const FunctionDecl *FDecl = C.getCalleeDecl(CE);
  703   const FunctionDecl *FDecl = C.getCalleeDecl(CE);
tools/clang/lib/StaticAnalyzer/Checkers/MacOSKeychainAPIChecker.cpp
  254   const FunctionDecl *FD = C.getCalleeDecl(CE);
  405   const FunctionDecl *FD = C.getCalleeDecl(CE);
tools/clang/lib/StaticAnalyzer/Checkers/MallocChecker.cpp
 1059   const FunctionDecl *FD = C.getCalleeDecl(CE);
 1637     const FunctionDecl *FD = C.getCalleeDecl(CE);
tools/clang/lib/StaticAnalyzer/Checkers/PointerArithChecker.cpp
  220   const FunctionDecl *FD = C.getCalleeDecl(CE);
tools/clang/lib/StaticAnalyzer/Checkers/UnixAPIChecker.cpp
  105   const FunctionDecl *FD = C.getCalleeDecl(CE);
  461   const FunctionDecl *FD = C.getCalleeDecl(CE);