Searched refs:EmitCallee (Results 1 - 3 of 3) sorted by relevance

/freebsd-11-stable/contrib/llvm-project/clang/lib/CodeGen/
H A DCGExpr.cpp4602 CGCallee callee = EmitCallee(E->getCallee());
4619 CGCallee Callee = EmitCallee(E->getCallee());
4639 CGCallee CodeGenFunction::EmitCallee(const Expr *E) { function in class:CodeGenFunction
4646 return EmitCallee(ICE->getSubExpr());
4662 return EmitCallee(NTTP->getReplacement());
H A DCodeGenFunction.h3626 CGCallee EmitCallee(const Expr *E);
H A DCGBuiltin.cpp3509 EmitCallee(Call->getCallee()), Call, ReturnValue,

Completed in 214 milliseconds