Home
last modified time | relevance | path

Searched refs:getAsFunctionDecl (Results 1 – 5 of 5) sorted by relevance

/freebsd-12.1/contrib/llvm/tools/clang/lib/StaticAnalyzer/Core/
H A DCheckerContext.cpp25 return L.getAsFunctionDecl(); in getCalleeDecl()
H A DSVals.cpp63 const FunctionDecl *SVal::getAsFunctionDecl() const { in getAsFunctionDecl() function in SVal
H A DCallEvent.cpp652 return getSVal(getOriginExpr()->getCallee()).getAsFunctionDecl(); in getDecl()
664 return getSVal(CE->getCallee()).getAsFunctionDecl(); in getDecl()
/freebsd-12.1/contrib/llvm/tools/clang/include/clang/StaticAnalyzer/Core/PathSensitive/
H A DSVals.h165 const FunctionDecl *getAsFunctionDecl() const;
/freebsd-12.1/contrib/llvm/tools/clang/lib/StaticAnalyzer/Checkers/RetainCountChecker/
H A DRetainCountDiagnostics.cpp145 const FunctionDecl *FD = X.getAsFunctionDecl(); in generateDiagnosticsForCallLike()