Home
last modified time | relevance | path

Searched refs:getDirectCallee (Results 1 – 25 of 36) sorted by relevance

12

/external/clang/lib/StaticAnalyzer/Checkers/
DVirtualCallChecker.cpp71 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()
DCStringSyntaxChecker.cpp58 const FunctionDecl *FD = CE->getDirectCallee(); in isStrlen()
136 const FunctionDecl *FD = CE->getDirectCallee(); in VisitCallExpr()
DMallocSizeofChecker.cpp93 const FunctionDecl *FD = E->getDirectCallee(); in VisitCallExpr()
223 const FunctionDecl *Callee = i->AllocCall->getDirectCallee(); in checkASTCodeBody()
DObjCContainersASTChecker.cpp87 const FunctionDecl *FD = CE->getDirectCallee(); in getCalleeName()
DCheckSecuritySyntaxOnly.cpp118 const FunctionDecl *FD = CE->getDirectCallee(); in VisitCallExpr()
687 const FunctionDecl *FD = CE->getDirectCallee(); in checkUncheckedReturnValue()
DMallocOverflowSecurityChecker.cpp311 const FunctionDecl *FD = TheCall->getDirectCallee(); in checkASTCodeBody()
DMacOSKeychainAPIChecker.cpp616 const FunctionDecl *funDecl = CE->getDirectCallee(); in VisitNode()
DLocalizationChecker.cpp1075 if (const FunctionDecl *FD = CE->getDirectCallee()) { in VisitCallExpr()
DMallocChecker.cpp1240 const FunctionDecl *FD = CE->getDirectCallee(); in printAllocDeallocName()
/external/clang/lib/Analysis/
DCallGraph.cpp42 if (FunctionDecl *CalleeDecl = CE->getDirectCallee()) in getDeclFromCall()
DThreadSafetyCommon.cpp355 const FunctionDecl *FD = CE->getDirectCallee()->getMostRecentDecl(); in translateCallExpr()
358 LRCallCtx.AttrDecl = CE->getDirectCallee(); in translateCallExpr()
DConsumed.cpp743 const FunctionDecl *FunDecl = Call->getDirectCallee(); in VisitCallExpr()
822 dyn_cast_or_null<FunctionDecl>(Call->getDirectCallee()); in VisitCXXOperatorCallExpr()
DUninitializedValues.cpp443 if (FunctionDecl *FD = CE->getDirectCallee()) { in VisitCallExpr()
DThreadSafety.cpp1927 if (FunctionDecl *FD = Exp->getDirectCallee()) { in VisitCallExpr()
/external/clang/lib/StaticAnalyzer/Core/
DCallEvent.cpp403 const FunctionDecl *D = getOriginExpr()->getDirectCallee(); in getDecl()
416 const FunctionDecl *D = CE->getDirectCallee(); in getDecl()
965 const FunctionDecl *DirectCallee = OpCE->getDirectCallee(); in getSimpleCall()
/external/clang/lib/ARCMigrate/
DTransUnbridgedCasts.cpp136 if (FunctionDecl *FD = callE->getDirectCallee()) { in transformNonObjCToObjCCast()
DTransforms.cpp92 if (const FunctionDecl *FD = callE->getDirectCallee()) { in isPlusOne()
/external/v8/tools/gcmole/
Dgcmole.cc133 const clang::FunctionDecl* callee = expr->getDirectCallee(); in VisitCallExpr()
842 clang::FunctionDecl* callee = call->getDirectCallee(); in VisitCallExpr()
/external/clang/unittests/Tooling/
DRefactoringTest.cpp361 if (Call->getDirectCallee()->getName() == "F") { in VisitCallExpr()
/external/clang/lib/CodeGen/
DCGExprCXX.cpp63 CE->getDirectCallee()); in commonEmitCXXMemberOrOperatorCall()
329 EmitCallArgs(Args, FPT, E->arguments(), E->getDirectCallee()); in EmitCXXMemberPointerCallExpr()
/external/clang/include/clang/AST/
DExpr.h2235 FunctionDecl *getDirectCallee();
2236 const FunctionDecl *getDirectCallee() const { in getDirectCallee() function
2237 return const_cast<CallExpr*>(this)->getDirectCallee(); in getDirectCallee()
/external/clang/lib/Sema/
DSemaChecking.cpp1900 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()
DSemaStmt.cpp1501 FunctionDecl *FD = Call->getDirectCallee(); in ProcessIterationStmt()
2458 const FunctionDecl *FD = Call->getDirectCallee(); in DiagnoseForRangeReferenceVariableCopies()
DSemaObjCProperty.cpp1318 if (const FunctionDecl *FuncDecl = CXXCE->getDirectCallee()) in ActOnPropertyImplDecl()
DSemaExprCXX.cpp5576 Call, Call->getDirectCallee())) in ActOnDecltypeExpression()
5719 OperatorArrows.push_back(OpCall->getDirectCallee()); in ActOnStartCXXMemberReference()

12