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/
DMainCallChecker.cpp21 const FunctionDecl *FD = C.getSVal(Callee).getAsFunctionDecl(); in checkPreStmt()
/openbsd/src/gnu/llvm/clang/lib/StaticAnalyzer/Core/
DCheckerContext.cpp28 return L.getAsFunctionDecl(); in getCalleeDecl()
DSVals.cpp46 const FunctionDecl *SVal::getAsFunctionDecl() const { in getAsFunctionDecl() function in SVal
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/
DSVals.h149 const FunctionDecl *getAsFunctionDecl() const;
/openbsd/src/gnu/llvm/clang/lib/StaticAnalyzer/Checkers/RetainCountChecker/
DRetainCountDiagnostics.cpp220 const FunctionDecl *FD = X.getAsFunctionDecl(); in generateDiagnosticsForCallLike()