Searched refs:getDirectCallee (Results 1 – 23 of 23) sorted by relevance
70 const FunctionDecl *FD = WLUnit->getDirectCallee(); in Enqueue()89 const FunctionDecl *FD = WLUnit->getDirectCallee(); in Execute()155 const CXXMethodDecl *MD = dyn_cast<CXXMethodDecl>(CE->getDirectCallee()); in VisitCXXMemberCallExpr()168 os << *CE->getDirectCallee(); in ReportVirtualCall()172 os << " <-- " << *visitingCallExpr->getDirectCallee(); in ReportVirtualCall()176 const FunctionDecl *FD = (*(I-1))->getDirectCallee(); in ReportVirtualCall()
58 const FunctionDecl *FD = CE->getDirectCallee(); in isStrlen()135 const FunctionDecl *FD = CE->getDirectCallee(); in VisitCallExpr()
93 const FunctionDecl *FD = E->getDirectCallee(); in VisitCallExpr()220 const FunctionDecl *Callee = i->AllocCall->getDirectCallee(); in checkASTCodeBody()
88 const FunctionDecl *FD = CE->getDirectCallee(); in getCalleeName()
242 const FunctionDecl *FD = TheCall->getDirectCallee(); in checkASTCodeBody()
115 const FunctionDecl *FD = CE->getDirectCallee(); in VisitCallExpr()698 const FunctionDecl *FD = CE->getDirectCallee(); in checkUncheckedReturnValue()
676 const FunctionDecl *funDecl = CE->getDirectCallee(); in VisitNode()
38 if (FunctionDecl *CalleeDecl = CE->getDirectCallee()) in VisitCallExpr()
342 cast<FunctionDecl>(CE->getDirectCallee()->getMostRecentDecl()); in buildSExpr()344 CallingContext LRCallCtx(CE->getDirectCallee()); in buildSExpr()
1404 if (FunctionDecl *FD = C->getDirectCallee()) { in VisitCallExpr()
362 const FunctionDecl *D = getOriginExpr()->getDirectCallee(); in getDecl()375 const FunctionDecl *D = CE->getDirectCallee(); in getDecl()844 const FunctionDecl *DirectCallee = OpCE->getDirectCallee(); in getSimpleCall()
283 if (Call->getDirectCallee()->getName() == "F") { in VisitCallExpr()
119 if (FunctionDecl *FD = callE->getDirectCallee()) { in transformNonObjCToObjCCast()
80 if (const FunctionDecl *FD = callE->getDirectCallee()) { in isPlusOneAssign()
134 const clang::FunctionDecl* callee = expr->getDirectCallee(); in VisitCallExpr()862 clang::FunctionDecl* callee = call->getDirectCallee(); in VisitCallExpr()
2078 FunctionDecl *getDirectCallee();2079 const FunctionDecl *getDirectCallee() const { in getDirectCallee() function2080 return const_cast<CallExpr*>(this)->getDirectCallee(); in getDirectCallee()
1080 if (const FunctionDecl *FuncDecl = CXXCE->getDirectCallee()) in ActOnPropertyImplDecl()
4863 Call, Call->getDirectCallee())) in ActOnDecltypeExpression()4938 Locations.push_back(OpCall->getDirectCallee()->getLocation()); in ActOnStartCXXMemberReference()
906 FunctionDecl *Fn = E->getDirectCallee(); in checkBuiltinArgument()3337 const FunctionDecl *FD = CE->getDirectCallee(); in getStrlenExprArg()
2667 if (FunctionDecl *fn = e->getDirectCallee()) in VisitCallExpr()
943 const FunctionDecl *FD = E->getDirectCallee(); in TraverseCallExpr()
1531 const FunctionDecl *FD = E->getDirectCallee(); in EmitARMBuiltinExpr()
1021 FunctionDecl *CallExpr::getDirectCallee() { in getDirectCallee() function in CallExpr