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