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

  /external/clang/examples/analyzer-plugin/
MainCallChecker.cpp 22 const FunctionDecl *FD = state->getSVal(Callee, LC).getAsFunctionDecl();
  /external/clang/lib/StaticAnalyzer/Core/
ObjCMessage.cpp 35 if (const FunctionDecl *FD = State->getSVal(Callee, LCtx).getAsFunctionDecl())
86 return CalleeVal.getAsFunctionDecl();
CheckerContext.cpp 26 return L.getAsFunctionDecl();
ExprEngineCallAndReturn.cpp 187 state->getSVal(Callee, Pred->getLocationContext()).getAsFunctionDecl();
433 if (const FunctionDecl *FD = L.getAsFunctionDecl())
SVals.cpp 50 const FunctionDecl *SVal::getAsFunctionDecl() const {
  /external/clang/lib/StaticAnalyzer/Checkers/
NoReturnFunctionChecker.cpp 46 const FunctionDecl *FD = L.getAsFunctionDecl();
AttrNonNullChecker.cpp 42 const FunctionDecl *FD = X.getAsFunctionDecl();
OSAtomicChecker.cpp 43 const FunctionDecl *funDecl = L.getAsFunctionDecl();
RetainCountChecker.cpp     [all...]
  /external/clang/include/clang/StaticAnalyzer/Core/PathSensitive/
SVals.h 120 /// getAsFunctionDecl - If this SVal is a MemRegionVal and wraps a
123 const FunctionDecl *getAsFunctionDecl() const;

Completed in 249 milliseconds