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