HomeSort by relevance Sort by last modified time
    Searched refs:getAsFunctionDecl (Results 1 - 7 of 7) sorted by null

  /external/clang/examples/analyzer-plugin/
MainCallChecker.cpp 22 const FunctionDecl *FD = state->getSVal(Callee, LC).getAsFunctionDecl();
  /external/clang/lib/StaticAnalyzer/Core/
CheckerContext.cpp 26 return L.getAsFunctionDecl();
SVals.cpp 51 const FunctionDecl *SVal::getAsFunctionDecl() const {
CallEvent.cpp 394 return getSVal(getOriginExpr()->getCallee()).getAsFunctionDecl();
407 return getSVal(CE->getCallee()).getAsFunctionDecl();
    [all...]
  /external/clang/lib/StaticAnalyzer/Checkers/
NoReturnFunctionChecker.cpp 47 const FunctionDecl *FD = L.getAsFunctionDecl();
RetainCountChecker.cpp     [all...]
  /external/clang/include/clang/StaticAnalyzer/Core/PathSensitive/
SVals.h 142 /// getAsFunctionDecl - If this SVal is a MemRegionVal and wraps a
145 const FunctionDecl *getAsFunctionDecl() const;

Completed in 274 milliseconds