Searched refs:getCalleeDecl (Results 26 - 33 of 33) sorted by relevance

12

/external/clang/lib/CodeGen/
H A DCGStmt.cpp1542 const Decl *TargetDecl = Call->getCalleeDecl();
H A DCodeGenFunction.cpp1287 const Decl *TargetDecl = Call->getCalleeDecl();
H A DCGExpr.cpp3531 const Decl *TargetDecl = E->getCalleeDecl();
3785 const Decl *TargetDecl = CalleeInfo.getCalleeDecl();
H A DCGObjC.cpp1130 = dyn_cast_or_null<FunctionDecl>(call->getCalleeDecl()))
H A DCGBuiltin.cpp1820 Call->getCalleeDecl(), EmitScalarExpr(Chain));
/external/clang/lib/StaticAnalyzer/Checkers/
H A DCStringChecker.cpp1959 const FunctionDecl *FDecl = C.getCalleeDecl(CE);
/external/clang/lib/StaticAnalyzer/Core/
H A DExprEngine.cpp1076 const Decl *Callee = OCE->getCalleeDecl();
/external/clang/lib/Sema/
H A DSemaExprCXX.cpp5710 if (Decl *CD = (CE ? CE->getCalleeDecl() : nullptr)) {

Completed in 377 milliseconds

12