Searched refs:getAsFunctionDecl (Results 1 – 6 of 6) sorted by relevance
22 const FunctionDecl *FD = state->getSVal(Callee, LC).getAsFunctionDecl(); in checkPreStmt()
26 return L.getAsFunctionDecl(); in getCalleeDecl()
51 const FunctionDecl *SVal::getAsFunctionDecl() const { in getAsFunctionDecl() function in SVal
417 return getSVal(getOriginExpr()->getCallee()).getAsFunctionDecl(); in getDecl()430 return getSVal(CE->getCallee()).getAsFunctionDecl(); in getDecl()
145 const FunctionDecl *getAsFunctionDecl() const;
1956 if (const FunctionDecl *FD = X.getAsFunctionDecl()) in VisitNode()2070 const FunctionDecl *FD = X.getAsFunctionDecl(); in VisitNode()