Searched refs:getAsFunctionDecl (Results 1 – 5 of 5) sorted by relevance
25 return L.getAsFunctionDecl(); in getCalleeDecl()
63 const FunctionDecl *SVal::getAsFunctionDecl() const { in getAsFunctionDecl() function in SVal
652 return getSVal(getOriginExpr()->getCallee()).getAsFunctionDecl(); in getDecl()664 return getSVal(CE->getCallee()).getAsFunctionDecl(); in getDecl()
165 const FunctionDecl *getAsFunctionDecl() const;
145 const FunctionDecl *FD = X.getAsFunctionDecl(); in generateDiagnosticsForCallLike()