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

Declarations

tools/clang/include/clang/StaticAnalyzer/Core/PathSensitive/SVals.h
  164   const FunctionDecl *getAsFunctionDecl() const;

References

tools/clang/lib/Analysis/plugins/SampleAnalyzer/MainCallChecker.cpp
   21   const FunctionDecl *FD = C.getSVal(Callee).getAsFunctionDecl();
tools/clang/lib/StaticAnalyzer/Checkers/RetainCountChecker/RetainCountDiagnostics.cpp
  220     const FunctionDecl *FD = X.getAsFunctionDecl();
tools/clang/lib/StaticAnalyzer/Core/CallEvent.cpp
  666   return getSVal(getOriginExpr()->getCallee()).getAsFunctionDecl();
  678   return getSVal(CE->getCallee()).getAsFunctionDecl();
tools/clang/lib/StaticAnalyzer/Core/CheckerContext.cpp
   24   return L.getAsFunctionDecl();