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

/netbsd-current/external/apache2/llvm/dist/clang/lib/Analysis/plugins/SampleAnalyzer/
H A DMainCallChecker.cpp21 const FunctionDecl *FD = C.getSVal(Callee).getAsFunctionDecl();
/netbsd-current/external/apache2/llvm/dist/clang/lib/StaticAnalyzer/Core/
H A DCheckerContext.cpp24 return L.getAsFunctionDecl();
H A DSVals.cpp63 const FunctionDecl *SVal::getAsFunctionDecl() const { function in class:SVal
H A DCallEvent.cpp662 return getSVal(getOriginExpr()->getCallee()).getAsFunctionDecl();
674 return getSVal(CE->getCallee()).getAsFunctionDecl();
/netbsd-current/external/apache2/llvm/dist/clang/lib/StaticAnalyzer/Checkers/RetainCountChecker/
H A DRetainCountDiagnostics.cpp223 const FunctionDecl *FD = X.getAsFunctionDecl();
/netbsd-current/external/apache2/llvm/dist/clang/include/clang/StaticAnalyzer/Core/PathSensitive/
H A DSVals.h161 /// getAsFunctionDecl - If this SVal is a MemRegionVal and wraps a
164 const FunctionDecl *getAsFunctionDecl() const;

Completed in 330 milliseconds