HomeSort by relevance Sort by last modified time
    Searched refs:getAsFunctionDecl (Results 1 - 6 of 6) 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 407 return getSVal(getOriginExpr()->getCallee()).getAsFunctionDecl();
420 return getSVal(CE->getCallee()).getAsFunctionDecl();
    [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;
  /external/clang/lib/StaticAnalyzer/Checkers/
RetainCountChecker.cpp     [all...]

Completed in 99 milliseconds