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()
57 const FunctionDecl *FD = CE->getDirectCallee(); in isStrlen()136 const FunctionDecl *FD = CE->getDirectCallee(); in VisitCallExpr()
94 const FunctionDecl *FD = E->getDirectCallee(); in VisitCallExpr()221 const FunctionDecl *Callee = i->AllocCall->getDirectCallee(); in checkASTCodeBody()
86 const FunctionDecl *FD = CE->getDirectCallee(); in getCalleeName()
242 const FunctionDecl *FD = TheCall->getDirectCallee(); in checkASTCodeBody()
108 const FunctionDecl *FD = CE->getDirectCallee(); in VisitCallExpr()686 const FunctionDecl *FD = CE->getDirectCallee(); in checkUncheckedReturnValue()
608 const FunctionDecl *funDecl = CE->getDirectCallee(); in VisitNode()
897 const FunctionDecl *FD = CE->getDirectCallee(); in printAllocDeallocName()
377 const FunctionDecl *D = getOriginExpr()->getDirectCallee(); in getDecl()390 const FunctionDecl *D = CE->getDirectCallee(); in getDecl()895 const FunctionDecl *DirectCallee = OpCE->getDirectCallee(); in getSimpleCall()
42 if (FunctionDecl *CalleeDecl = CE->getDirectCallee()) in getDeclFromCall()
357 cast<FunctionDecl>(CE->getDirectCallee()->getMostRecentDecl()); in buildSExpr()359 CallingContext LRCallCtx(CE->getDirectCallee()); in buildSExpr()
1465 if (FunctionDecl *FD = C->getDirectCallee()) { in VisitCallExpr()
314 if (Call->getDirectCallee()->getName() == "F") { in VisitCallExpr()
128 if (FunctionDecl *FD = callE->getDirectCallee()) { in transformNonObjCToObjCCast()
90 if (const FunctionDecl *FD = callE->getDirectCallee()) { in isPlusOne()
134 const clang::FunctionDecl* callee = expr->getDirectCallee(); in VisitCallExpr()860 clang::FunctionDecl* callee = call->getDirectCallee(); in VisitCallExpr()
134 const clang::FunctionDecl* callee = expr->getDirectCallee(); in VisitCallExpr()862 clang::FunctionDecl* callee = call->getDirectCallee(); in VisitCallExpr()
2172 FunctionDecl *getDirectCallee();2173 const FunctionDecl *getDirectCallee() const { in getDirectCallee() function2174 return const_cast<CallExpr*>(this)->getDirectCallee(); in getDirectCallee()
1713 const FunctionDecl *FD = E->getDirectCallee(); in EmitAArch64BuiltinExpr()1923 const FunctionDecl *FD = E->getDirectCallee(); in EmitARMBuiltinExpr()
1212 const FunctionDecl *FD = E->getDirectCallee(); in TraverseCallExpr()
1271 if (const FunctionDecl *FuncDecl = CXXCE->getDirectCallee()) in ActOnPropertyImplDecl()
5012 Call, Call->getDirectCallee())) in ActOnDecltypeExpression()5118 Locations.push_back(OpCall->getDirectCallee()->getLocation()); in ActOnStartCXXMemberReference()
1442 FunctionDecl *FD = Call->getDirectCallee(); in ProcessIterationStmt()
1185 FunctionDecl *Fn = E->getDirectCallee(); in checkBuiltinArgument()3787 const FunctionDecl *FD = CE->getDirectCallee(); in getStrlenExprArg()
2843 if (FunctionDecl *fn = e->getDirectCallee()) in VisitCallExpr()