Searched refs:getAsFunctionDecl (Results 1 - 6 of 6) sorted by relevance

/external/clang/examples/analyzer-plugin/
H A DMainCallChecker.cpp22 const FunctionDecl *FD = state->getSVal(Callee, LC).getAsFunctionDecl();
/external/clang/lib/StaticAnalyzer/Core/
H A DCheckerContext.cpp26 return L.getAsFunctionDecl();
H A DSVals.cpp51 const FunctionDecl *SVal::getAsFunctionDecl() const { function in class:SVal
H A DCallEvent.cpp389 return getSVal(getOriginExpr()->getCallee()).getAsFunctionDecl();
402 return getSVal(CE->getCallee()).getAsFunctionDecl();
/external/clang/include/clang/StaticAnalyzer/Core/PathSensitive/
H A DSVals.h142 /// getAsFunctionDecl - If this SVal is a MemRegionVal and wraps a
145 const FunctionDecl *getAsFunctionDecl() const;
/external/clang/lib/StaticAnalyzer/Checkers/
H A DRetainCountChecker.cpp1932 if (const FunctionDecl *FD = X.getAsFunctionDecl())
2046 const FunctionDecl *FD = X.getAsFunctionDecl();

Completed in 110 milliseconds