Home
last modified time | relevance | path

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

/openbsd-src/gnu/llvm/clang/lib/Analysis/plugins/SampleAnalyzer/
H A DMainCallChecker.cpp21 const FunctionDecl *FD = C.getSVal(Callee).getAsFunctionDecl(); in checkPreStmt()
/openbsd-src/gnu/llvm/clang/lib/StaticAnalyzer/Core/
H A DCheckerContext.cpp28 return L.getAsFunctionDecl(); in getCalleeDecl()
H A DSVals.cpp46 const FunctionDecl *SVal::getAsFunctionDecl() const { in getAsFunctionDecl() function in SVal
H A DCallEvent.cpp666 return getSVal(getOriginExpr()->getCallee()).getAsFunctionDecl(); in getDecl()
678 return getSVal(CE->getCallee()).getAsFunctionDecl(); in getDecl()
/openbsd-src/gnu/llvm/clang/include/clang/StaticAnalyzer/Core/PathSensitive/
H A DSVals.h149 const FunctionDecl *getAsFunctionDecl() const;
/openbsd-src/gnu/llvm/clang/lib/StaticAnalyzer/Checkers/RetainCountChecker/
H A DRetainCountDiagnostics.cpp220 const FunctionDecl *FD = X.getAsFunctionDecl(); in generateDiagnosticsForCallLike()