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.cpp57 const FunctionDecl *FD = CE->getDirectCallee(); in isStrlen()
136 const FunctionDecl *FD = CE->getDirectCallee(); in VisitCallExpr()
DMallocSizeofChecker.cpp94 const FunctionDecl *FD = E->getDirectCallee(); in VisitCallExpr()
221 const FunctionDecl *Callee = i->AllocCall->getDirectCallee(); in checkASTCodeBody()
DObjCContainersASTChecker.cpp86 const FunctionDecl *FD = CE->getDirectCallee(); in getCalleeName()
DMallocOverflowSecurityChecker.cpp242 const FunctionDecl *FD = TheCall->getDirectCallee(); in checkASTCodeBody()
DCheckSecuritySyntaxOnly.cpp108 const FunctionDecl *FD = CE->getDirectCallee(); in VisitCallExpr()
686 const FunctionDecl *FD = CE->getDirectCallee(); in checkUncheckedReturnValue()
DMacOSKeychainAPIChecker.cpp608 const FunctionDecl *funDecl = CE->getDirectCallee(); in VisitNode()
DMallocChecker.cpp897 const FunctionDecl *FD = CE->getDirectCallee(); in printAllocDeallocName()
/external/clang/lib/StaticAnalyzer/Core/
DCallEvent.cpp377 const FunctionDecl *D = getOriginExpr()->getDirectCallee(); in getDecl()
390 const FunctionDecl *D = CE->getDirectCallee(); in getDecl()
895 const FunctionDecl *DirectCallee = OpCE->getDirectCallee(); in getSimpleCall()
/external/clang/lib/Analysis/
DCallGraph.cpp42 if (FunctionDecl *CalleeDecl = CE->getDirectCallee()) in getDeclFromCall()
DThreadSafety.cpp357 cast<FunctionDecl>(CE->getDirectCallee()->getMostRecentDecl()); in buildSExpr()
359 CallingContext LRCallCtx(CE->getDirectCallee()); in buildSExpr()
DCFG.cpp1465 if (FunctionDecl *FD = C->getDirectCallee()) { in VisitCallExpr()
/external/clang/unittests/Tooling/
DRefactoringTest.cpp314 if (Call->getDirectCallee()->getName() == "F") { in VisitCallExpr()
/external/clang/lib/ARCMigrate/
DTransUnbridgedCasts.cpp128 if (FunctionDecl *FD = callE->getDirectCallee()) { in transformNonObjCToObjCCast()
DTransforms.cpp90 if (const FunctionDecl *FD = callE->getDirectCallee()) { in isPlusOne()
/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/v8/tools/gcmole/
Dgcmole.cc134 const clang::FunctionDecl* callee = expr->getDirectCallee(); in VisitCallExpr()
862 clang::FunctionDecl* callee = call->getDirectCallee(); in VisitCallExpr()
/external/clang/include/clang/AST/
DExpr.h2172 FunctionDecl *getDirectCallee();
2173 const FunctionDecl *getDirectCallee() const { in getDirectCallee() function
2174 return const_cast<CallExpr*>(this)->getDirectCallee(); in getDirectCallee()
/external/clang/lib/CodeGen/
DCGBuiltin.cpp1713 const FunctionDecl *FD = E->getDirectCallee(); in EmitAArch64BuiltinExpr()
1923 const FunctionDecl *FD = E->getDirectCallee(); in EmitARMBuiltinExpr()
DCodeGenModule.cpp1212 const FunctionDecl *FD = E->getDirectCallee(); in TraverseCallExpr()
/external/clang/lib/Sema/
DSemaObjCProperty.cpp1271 if (const FunctionDecl *FuncDecl = CXXCE->getDirectCallee()) in ActOnPropertyImplDecl()
DSemaExprCXX.cpp5012 Call, Call->getDirectCallee())) in ActOnDecltypeExpression()
5118 Locations.push_back(OpCall->getDirectCallee()->getLocation()); in ActOnStartCXXMemberReference()
DSemaStmt.cpp1442 FunctionDecl *FD = Call->getDirectCallee(); in ProcessIterationStmt()
DSemaChecking.cpp1185 FunctionDecl *Fn = E->getDirectCallee(); in checkBuiltinArgument()
3787 const FunctionDecl *FD = CE->getDirectCallee(); in getStrlenExprArg()
DSemaExprObjC.cpp2843 if (FunctionDecl *fn = e->getDirectCallee()) in VisitCallExpr()

12