Home
last modified time | relevance | path

Searched refs:getDirectCallee (Results 1 – 25 of 29) 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()
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()
DCStringSyntaxChecker.cpp58 const FunctionDecl *FD = CE->getDirectCallee(); in isStrlen()
136 const FunctionDecl *FD = CE->getDirectCallee(); in VisitCallExpr()
DMallocSizeofChecker.cpp94 const FunctionDecl *FD = E->getDirectCallee(); in VisitCallExpr()
220 const FunctionDecl *Callee = i->AllocCall->getDirectCallee(); in checkASTCodeBody()
DObjCContainersASTChecker.cpp87 const FunctionDecl *FD = CE->getDirectCallee(); in getCalleeName()
DMallocOverflowSecurityChecker.cpp243 const FunctionDecl *FD = TheCall->getDirectCallee(); in checkASTCodeBody()
DCheckSecuritySyntaxOnly.cpp118 const FunctionDecl *FD = CE->getDirectCallee(); in VisitCallExpr()
687 const FunctionDecl *FD = CE->getDirectCallee(); in checkUncheckedReturnValue()
DMacOSKeychainAPIChecker.cpp608 const FunctionDecl *funDecl = CE->getDirectCallee(); in VisitNode()
DMallocChecker.cpp1007 const FunctionDecl *FD = CE->getDirectCallee(); in printAllocDeallocName()
/external/clang/lib/Analysis/
DCallGraph.cpp42 if (FunctionDecl *CalleeDecl = CE->getDirectCallee()) in getDeclFromCall()
DConsumed.cpp743 const FunctionDecl *FunDecl = Call->getDirectCallee(); in VisitCallExpr()
822 dyn_cast_or_null<FunctionDecl>(Call->getDirectCallee()); in VisitCXXOperatorCallExpr()
DThreadSafety.cpp352 const FunctionDecl *FD = CE->getDirectCallee()->getMostRecentDecl(); in buildSExpr()
354 CallingContext LRCallCtx(CE->getDirectCallee()); in buildSExpr()
DCFG.cpp1739 if (FunctionDecl *FD = C->getDirectCallee()) { in VisitCallExpr()
/external/clang/lib/StaticAnalyzer/Core/
DCallEvent.cpp385 const FunctionDecl *D = getOriginExpr()->getDirectCallee(); in getDecl()
398 const FunctionDecl *D = CE->getDirectCallee(); in getDecl()
907 const FunctionDecl *DirectCallee = OpCE->getDirectCallee(); in getSimpleCall()
/external/clang/lib/ARCMigrate/
DTransUnbridgedCasts.cpp136 if (FunctionDecl *FD = callE->getDirectCallee()) { in transformNonObjCToObjCCast()
DTransforms.cpp90 if (const FunctionDecl *FD = callE->getDirectCallee()) { in isPlusOne()
/external/clang/unittests/Tooling/
DRefactoringTest.cpp349 if (Call->getDirectCallee()->getName() == "F") { in VisitCallExpr()
/external/chromium_org/v8/tools/gcmole/
Dgcmole.cc134 const clang::FunctionDecl* callee = expr->getDirectCallee(); in VisitCallExpr()
860 clang::FunctionDecl* callee = call->getDirectCallee(); in VisitCallExpr()
/external/clang/include/clang/AST/
DExpr.h2195 FunctionDecl *getDirectCallee();
2196 const FunctionDecl *getDirectCallee() const { in getDirectCallee() function
2197 return const_cast<CallExpr*>(this)->getDirectCallee(); in getDirectCallee()
/external/clang/lib/Sema/
DSemaObjCProperty.cpp1218 if (const FunctionDecl *FuncDecl = CXXCE->getDirectCallee()) in ActOnPropertyImplDecl()
DSemaExprCXX.cpp5101 Call, Call->getDirectCallee())) in ActOnDecltypeExpression()
5243 OperatorArrows.push_back(OpCall->getDirectCallee()); in ActOnStartCXXMemberReference()
DSemaChecking.cpp1259 FunctionDecl *Fn = E->getDirectCallee(); in checkBuiltinArgument()
4326 const FunctionDecl *FD = CE->getDirectCallee(); in getStrlenExprArg()
6230 FD = Call->getDirectCallee(); in CheckForReference()
DSemaStmt.cpp1480 FunctionDecl *FD = Call->getDirectCallee(); in ProcessIterationStmt()
DSemaExprObjC.cpp2941 if (FunctionDecl *fn = e->getDirectCallee()) in VisitCallExpr()
/external/clang/lib/CodeGen/
DCodeGenModule.cpp1304 const FunctionDecl *FD = E->getDirectCallee(); in TraverseCallExpr()
DCGExpr.cpp2949 const FunctionDecl* Callee = E->getDirectCallee(); in EmitCallExpr()

12