Home
last modified time | relevance | path

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

/freebsd-11-stable/contrib/llvm-project/clang/lib/Analysis/plugins/SampleAnalyzer/
HDMainCallChecker.cpp21 const FunctionDecl *FD = C.getSVal(Callee).getAsFunctionDecl(); in checkPreStmt()
/freebsd-11-stable/contrib/llvm-project/clang/lib/StaticAnalyzer/Core/
HDCheckerContext.cpp24 return L.getAsFunctionDecl(); in getCalleeDecl()
HDSVals.cpp63 const FunctionDecl *SVal::getAsFunctionDecl() const { in getAsFunctionDecl() function in SVal
HDCallEvent.cpp667 return getSVal(getOriginExpr()->getCallee()).getAsFunctionDecl(); in getDecl()
679 return getSVal(CE->getCallee()).getAsFunctionDecl(); in getDecl()
/freebsd-11-stable/contrib/llvm-project/clang/include/clang/StaticAnalyzer/Core/PathSensitive/
HDSVals.h164 const FunctionDecl *getAsFunctionDecl() const;
/freebsd-11-stable/contrib/llvm-project/clang/lib/StaticAnalyzer/Checkers/RetainCountChecker/
HDRetainCountDiagnostics.cpp220 const FunctionDecl *FD = X.getAsFunctionDecl(); in generateDiagnosticsForCallLike()