Searched refs:getDirectCallee (Results 1 – 25 of 34) sorted by relevance
12
71 const FunctionDecl *FD = WLUnit->getDirectCallee(); in Enqueue()90 const FunctionDecl *FD = WLUnit->getDirectCallee(); in Execute()162 const CXXMethodDecl *MD = dyn_cast<CXXMethodDecl>(CE->getDirectCallee()); in VisitCXXMemberCallExpr()176 os << *CE->getDirectCallee(); in ReportVirtualCall()180 os << " <-- " << *visitingCallExpr->getDirectCallee(); in ReportVirtualCall()184 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()224 const FunctionDecl *Callee = i->AllocCall->getDirectCallee(); in checkASTCodeBody()
87 const FunctionDecl *FD = CE->getDirectCallee(); in getCalleeName()
243 const FunctionDecl *FD = TheCall->getDirectCallee(); in checkASTCodeBody()
119 const FunctionDecl *FD = CE->getDirectCallee(); in VisitCallExpr()688 const FunctionDecl *FD = CE->getDirectCallee(); in checkUncheckedReturnValue()
618 const FunctionDecl *funDecl = CE->getDirectCallee(); in VisitNode()
1236 const FunctionDecl *FD = CE->getDirectCallee(); in printAllocDeallocName()
42 if (FunctionDecl *CalleeDecl = CE->getDirectCallee()) in getDeclFromCall()
363 const FunctionDecl *FD = CE->getDirectCallee()->getMostRecentDecl(); in translateCallExpr()366 LRCallCtx.AttrDecl = CE->getDirectCallee(); in translateCallExpr()
743 const FunctionDecl *FunDecl = Call->getDirectCallee(); in VisitCallExpr()822 dyn_cast_or_null<FunctionDecl>(Call->getDirectCallee()); in VisitCXXOperatorCallExpr()
443 if (FunctionDecl *FD = CE->getDirectCallee()) { in VisitCallExpr()
1931 if (FunctionDecl *FD = Exp->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()
350 if (Call->getDirectCallee()->getName() == "F") { in VisitCallExpr()
133 const clang::FunctionDecl* callee = expr->getDirectCallee(); in VisitCallExpr()842 clang::FunctionDecl* callee = call->getDirectCallee(); in VisitCallExpr()
63 CE->getDirectCallee()); in commonEmitCXXMemberOrOperatorCall()328 EmitCallArgs(Args, FPT, E->arg_begin(), E->arg_end(), E->getDirectCallee()); in EmitCXXMemberPointerCallExpr()
1429 const FunctionDecl *FD = E->getDirectCallee(); in TraverseCallExpr()
2196 FunctionDecl *getDirectCallee();2197 const FunctionDecl *getDirectCallee() const { in getDirectCallee() function2198 return const_cast<CallExpr*>(this)->getDirectCallee(); in getDirectCallee()
1499 FunctionDecl *FD = Call->getDirectCallee(); in ProcessIterationStmt()2412 const FunctionDecl *FD = Call->getDirectCallee(); in DiagnoseForRangeReferenceVariableCopies()
1686 FunctionDecl *Fn = E->getDirectCallee(); in checkBuiltinArgument()5024 const FunctionDecl *FD = CE->getDirectCallee(); in getStrlenExprArg()6987 FD = Call->getDirectCallee(); in CheckForReference()8861 const FunctionDecl *FD = CE->getDirectCallee(); in DiagnoseSelfMove()
1221 if (const FunctionDecl *FuncDecl = CXXCE->getDirectCallee()) in ActOnPropertyImplDecl()
5250 Call, Call->getDirectCallee())) in ActOnDecltypeExpression()5393 OperatorArrows.push_back(OpCall->getDirectCallee()); in ActOnStartCXXMemberReference()