Searched refs:getDirectCallee (Results 1 – 25 of 36) 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()
93 const FunctionDecl *FD = E->getDirectCallee(); in VisitCallExpr()223 const FunctionDecl *Callee = i->AllocCall->getDirectCallee(); in checkASTCodeBody()
87 const FunctionDecl *FD = CE->getDirectCallee(); in getCalleeName()
118 const FunctionDecl *FD = CE->getDirectCallee(); in VisitCallExpr()687 const FunctionDecl *FD = CE->getDirectCallee(); in checkUncheckedReturnValue()
311 const FunctionDecl *FD = TheCall->getDirectCallee(); in checkASTCodeBody()
616 const FunctionDecl *funDecl = CE->getDirectCallee(); in VisitNode()
1075 if (const FunctionDecl *FD = CE->getDirectCallee()) { in VisitCallExpr()
1240 const FunctionDecl *FD = CE->getDirectCallee(); in printAllocDeallocName()
42 if (FunctionDecl *CalleeDecl = CE->getDirectCallee()) in getDeclFromCall()
355 const FunctionDecl *FD = CE->getDirectCallee()->getMostRecentDecl(); in translateCallExpr()358 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()
1927 if (FunctionDecl *FD = Exp->getDirectCallee()) { in VisitCallExpr()
403 const FunctionDecl *D = getOriginExpr()->getDirectCallee(); in getDecl()416 const FunctionDecl *D = CE->getDirectCallee(); in getDecl()965 const FunctionDecl *DirectCallee = OpCE->getDirectCallee(); in getSimpleCall()
136 if (FunctionDecl *FD = callE->getDirectCallee()) { in transformNonObjCToObjCCast()
92 if (const FunctionDecl *FD = callE->getDirectCallee()) { in isPlusOne()
133 const clang::FunctionDecl* callee = expr->getDirectCallee(); in VisitCallExpr()842 clang::FunctionDecl* callee = call->getDirectCallee(); in VisitCallExpr()
361 if (Call->getDirectCallee()->getName() == "F") { in VisitCallExpr()
63 CE->getDirectCallee()); in commonEmitCXXMemberOrOperatorCall()329 EmitCallArgs(Args, FPT, E->arguments(), E->getDirectCallee()); in EmitCXXMemberPointerCallExpr()
2235 FunctionDecl *getDirectCallee();2236 const FunctionDecl *getDirectCallee() const { in getDirectCallee() function2237 return const_cast<CallExpr*>(this)->getDirectCallee(); in getDirectCallee()
1900 FunctionDecl *Fn = E->getDirectCallee(); in checkBuiltinArgument()5512 const FunctionDecl *FD = CE->getDirectCallee(); in getStrlenExprArg()7587 FD = Call->getDirectCallee(); in CheckForReference()7680 if (auto *Callee = Call->getDirectCallee()) { in DiagnoseAlwaysNonNullPointer()9432 const FunctionDecl *FD = CE->getDirectCallee(); in DiagnoseSelfMove()
1501 FunctionDecl *FD = Call->getDirectCallee(); in ProcessIterationStmt()2458 const FunctionDecl *FD = Call->getDirectCallee(); in DiagnoseForRangeReferenceVariableCopies()
1318 if (const FunctionDecl *FuncDecl = CXXCE->getDirectCallee()) in ActOnPropertyImplDecl()
5576 Call, Call->getDirectCallee())) in ActOnDecltypeExpression()5719 OperatorArrows.push_back(OpCall->getDirectCallee()); in ActOnStartCXXMemberReference()