Searched refs:getAsFunctionDecl (Results 1 – 6 of 6) sorted by relevance
21 const FunctionDecl *FD = C.getSVal(Callee).getAsFunctionDecl(); in checkPreStmt()
28 return L.getAsFunctionDecl(); in getCalleeDecl()
46 const FunctionDecl *SVal::getAsFunctionDecl() const { in getAsFunctionDecl() function in SVal
666 return getSVal(getOriginExpr()->getCallee()).getAsFunctionDecl(); in getDecl()678 return getSVal(CE->getCallee()).getAsFunctionDecl(); in getDecl()
149 const FunctionDecl *getAsFunctionDecl() const;
220 const FunctionDecl *FD = X.getAsFunctionDecl(); in generateDiagnosticsForCallLike()