Searched refs:getDirectCallee (Results 1 – 25 of 29) sorted by relevance
12
71 const FunctionDecl *FD = WLUnit->getDirectCallee(); in Enqueue()90 const FunctionDecl *FD = WLUnit->getDirectCallee(); in Execute()156 const CXXMethodDecl *MD = dyn_cast<CXXMethodDecl>(CE->getDirectCallee()); in VisitCXXMemberCallExpr()169 os << *CE->getDirectCallee(); in ReportVirtualCall()173 os << " <-- " << *visitingCallExpr->getDirectCallee(); in ReportVirtualCall()177 const FunctionDecl *FD = (*(I-1))->getDirectCallee(); in ReportVirtualCall()
58 const FunctionDecl *FD = CE->getDirectCallee(); in isStrlen()136 const FunctionDecl *FD = CE->getDirectCallee(); in VisitCallExpr()
94 const FunctionDecl *FD = E->getDirectCallee(); in VisitCallExpr()220 const FunctionDecl *Callee = i->AllocCall->getDirectCallee(); in checkASTCodeBody()
87 const FunctionDecl *FD = CE->getDirectCallee(); in getCalleeName()
243 const FunctionDecl *FD = TheCall->getDirectCallee(); in checkASTCodeBody()
118 const FunctionDecl *FD = CE->getDirectCallee(); in VisitCallExpr()687 const FunctionDecl *FD = CE->getDirectCallee(); in checkUncheckedReturnValue()
608 const FunctionDecl *funDecl = CE->getDirectCallee(); in VisitNode()
1007 const FunctionDecl *FD = CE->getDirectCallee(); in printAllocDeallocName()
42 if (FunctionDecl *CalleeDecl = CE->getDirectCallee()) in getDeclFromCall()
743 const FunctionDecl *FunDecl = Call->getDirectCallee(); in VisitCallExpr()822 dyn_cast_or_null<FunctionDecl>(Call->getDirectCallee()); in VisitCXXOperatorCallExpr()
352 const FunctionDecl *FD = CE->getDirectCallee()->getMostRecentDecl(); in buildSExpr()354 CallingContext LRCallCtx(CE->getDirectCallee()); in buildSExpr()
1739 if (FunctionDecl *FD = C->getDirectCallee()) { in VisitCallExpr()
385 const FunctionDecl *D = getOriginExpr()->getDirectCallee(); in getDecl()398 const FunctionDecl *D = CE->getDirectCallee(); in getDecl()907 const FunctionDecl *DirectCallee = OpCE->getDirectCallee(); in getSimpleCall()
136 if (FunctionDecl *FD = callE->getDirectCallee()) { in transformNonObjCToObjCCast()
90 if (const FunctionDecl *FD = callE->getDirectCallee()) { in isPlusOne()
349 if (Call->getDirectCallee()->getName() == "F") { in VisitCallExpr()
134 const clang::FunctionDecl* callee = expr->getDirectCallee(); in VisitCallExpr()860 clang::FunctionDecl* callee = call->getDirectCallee(); in VisitCallExpr()
2195 FunctionDecl *getDirectCallee();2196 const FunctionDecl *getDirectCallee() const { in getDirectCallee() function2197 return const_cast<CallExpr*>(this)->getDirectCallee(); in getDirectCallee()
1218 if (const FunctionDecl *FuncDecl = CXXCE->getDirectCallee()) in ActOnPropertyImplDecl()
5101 Call, Call->getDirectCallee())) in ActOnDecltypeExpression()5243 OperatorArrows.push_back(OpCall->getDirectCallee()); in ActOnStartCXXMemberReference()
1259 FunctionDecl *Fn = E->getDirectCallee(); in checkBuiltinArgument()4326 const FunctionDecl *FD = CE->getDirectCallee(); in getStrlenExprArg()6230 FD = Call->getDirectCallee(); in CheckForReference()
1480 FunctionDecl *FD = Call->getDirectCallee(); in ProcessIterationStmt()
2941 if (FunctionDecl *fn = e->getDirectCallee()) in VisitCallExpr()
1304 const FunctionDecl *FD = E->getDirectCallee(); in TraverseCallExpr()
2949 const FunctionDecl* Callee = E->getDirectCallee(); in EmitCallExpr()