Searched refs:getDirectCallee (Results 1 - 25 of 29) sorted by relevance

12

/external/clang/lib/StaticAnalyzer/Checkers/
H A DVirtualCallChecker.cpp71 const FunctionDecl *FD = WLUnit->getDirectCallee();
90 const FunctionDecl *FD = WLUnit->getDirectCallee();
156 const CXXMethodDecl *MD = dyn_cast<CXXMethodDecl>(CE->getDirectCallee());
169 os << *CE->getDirectCallee();
173 os << " <-- " << *visitingCallExpr->getDirectCallee();
177 const FunctionDecl *FD = (*(I-1))->getDirectCallee();
H A DCStringSyntaxChecker.cpp58 const FunctionDecl *FD = CE->getDirectCallee();
136 const FunctionDecl *FD = CE->getDirectCallee();
H A DMallocSizeofChecker.cpp94 const FunctionDecl *FD = E->getDirectCallee();
220 const FunctionDecl *Callee = i->AllocCall->getDirectCallee();
H A DObjCContainersASTChecker.cpp87 const FunctionDecl *FD = CE->getDirectCallee();
H A DMallocOverflowSecurityChecker.cpp243 const FunctionDecl *FD = TheCall->getDirectCallee();
H A DCheckSecuritySyntaxOnly.cpp118 const FunctionDecl *FD = CE->getDirectCallee();
687 const FunctionDecl *FD = CE->getDirectCallee();
H A DMacOSKeychainAPIChecker.cpp608 const FunctionDecl *funDecl = CE->getDirectCallee();
H A DMallocChecker.cpp1007 const FunctionDecl *FD = CE->getDirectCallee();
/external/clang/lib/Analysis/
H A DCallGraph.cpp42 if (FunctionDecl *CalleeDecl = CE->getDirectCallee())
H A DConsumed.cpp743 const FunctionDecl *FunDecl = Call->getDirectCallee();
822 dyn_cast_or_null<FunctionDecl>(Call->getDirectCallee());
H A DThreadSafety.cpp352 const FunctionDecl *FD = CE->getDirectCallee()->getMostRecentDecl();
354 CallingContext LRCallCtx(CE->getDirectCallee());
H A DCFG.cpp1739 if (FunctionDecl *FD = C->getDirectCallee()) {
/external/clang/lib/StaticAnalyzer/Core/
H A DCallEvent.cpp385 const FunctionDecl *D = getOriginExpr()->getDirectCallee();
398 const FunctionDecl *D = CE->getDirectCallee();
907 const FunctionDecl *DirectCallee = OpCE->getDirectCallee();
/external/clang/lib/ARCMigrate/
H A DTransUnbridgedCasts.cpp136 if (FunctionDecl *FD = callE->getDirectCallee()) {
H A DTransforms.cpp90 if (const FunctionDecl *FD = callE->getDirectCallee()) {
/external/clang/unittests/Tooling/
H A DRefactoringTest.cpp349 if (Call->getDirectCallee()->getName() == "F") {
/external/chromium_org/v8/tools/gcmole/
H A Dgcmole.cc133 const clang::FunctionDecl* callee = expr->getDirectCallee();
842 clang::FunctionDecl* callee = call->getDirectCallee();
/external/clang/include/clang/AST/
H A DExpr.h2195 FunctionDecl *getDirectCallee();
2196 const FunctionDecl *getDirectCallee() const {
2197 return const_cast<CallExpr*>(this)->getDirectCallee();
/external/clang/lib/Sema/
H A DSemaObjCProperty.cpp1218 if (const FunctionDecl *FuncDecl = CXXCE->getDirectCallee())
H A DSemaChecking.cpp1259 FunctionDecl *Fn = E->getDirectCallee();
4326 const FunctionDecl *FD = CE->getDirectCallee();
6230 FD = Call->getDirectCallee();
H A DSemaExprCXX.cpp5101 Call, Call->getDirectCallee()))
5243 OperatorArrows.push_back(OpCall->getDirectCallee());
H A DSemaExprObjC.cpp2941 if (FunctionDecl *fn = e->getDirectCallee())
/external/clang/lib/AST/
H A DExpr.cpp1173 FunctionDecl *CallExpr::getDirectCallee() { function in class:CallExpr
/external/clang/lib/CodeGen/
H A DCGExpr.cpp2949 const FunctionDecl* Callee = E->getDirectCallee();
H A DCodeGenModule.cpp1304 const FunctionDecl *FD = E->getDirectCallee();

Completed in 3011 milliseconds

12