Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/clang/lib/Analysis/plugins/SampleAnalyzer/
H A DMainCallChecker.cpp21 const FunctionDecl *FD = C.getSVal(Callee).getAsFunctionDecl(); in checkPreStmt()
/freebsd/contrib/llvm-project/clang/lib/StaticAnalyzer/Core/
H A DCheckerContext.cpp29 return L.getAsFunctionDecl(); in getCalleeDecl()
H A DSVals.cpp45 const FunctionDecl *SVal::getAsFunctionDecl() const { in getAsFunctionDecl() function in SVal
H A DCallEvent.cpp688 return getSVal(getOriginExpr()->getCallee()).getAsFunctionDecl(); in getDecl()
712 return getSVal(CE->getCallee()).getAsFunctionDecl(); in getDecl()
/freebsd/contrib/llvm-project/clang/include/clang/StaticAnalyzer/Core/PathSensitive/
H A DSVals.h122 const FunctionDecl *getAsFunctionDecl() const;
/freebsd/contrib/llvm-project/clang/lib/StaticAnalyzer/Checkers/RetainCountChecker/
H A DRetainCountDiagnostics.cpp220 const FunctionDecl *FD = X.getAsFunctionDecl(); in generateDiagnosticsForCallLike()
/freebsd/contrib/llvm-project/llvm/include/llvm/Testing/Demangle/
H A DDemangleTestCases.inc8123 {"_ZNK5clang4ento4SVal17getAsFunctionDeclEv", "clang::ento::SVal::getAsFunctionDecl() const"},