Home
last modified time | relevance | path

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

/external/clang/examples/analyzer-plugin/
DMainCallChecker.cpp22 const FunctionDecl *FD = state->getSVal(Callee, LC).getAsFunctionDecl(); in checkPreStmt()
/external/clang/lib/StaticAnalyzer/Core/
DCheckerContext.cpp26 return L.getAsFunctionDecl(); in getCalleeDecl()
DSVals.cpp51 const FunctionDecl *SVal::getAsFunctionDecl() const { in getAsFunctionDecl() function in SVal
DCallEvent.cpp417 return getSVal(getOriginExpr()->getCallee()).getAsFunctionDecl(); in getDecl()
430 return getSVal(CE->getCallee()).getAsFunctionDecl(); in getDecl()
/external/clang/include/clang/StaticAnalyzer/Core/PathSensitive/
DSVals.h145 const FunctionDecl *getAsFunctionDecl() const;
/external/clang/lib/StaticAnalyzer/Checkers/
DRetainCountChecker.cpp1956 if (const FunctionDecl *FD = X.getAsFunctionDecl()) in VisitNode()
2070 const FunctionDecl *FD = X.getAsFunctionDecl(); in VisitNode()