reference, declarationdefinition
definition → references, declarations, derived classes, virtual overrides
reference to multiple definitions → definitions
unreferenced

Declarations

tools/clang/lib/CodeGen/CodeGenFunction.h
 3608   RValue EmitCall(QualType FnType, const CGCallee &Callee, const CallExpr *E,

References

tools/clang/lib/CodeGen/CGBuiltin.cpp
  448   return CGF.EmitCall(E->getCallee()->getType(), callee, E, ReturnValueSlot());
 3384     return EmitCall(Call->getCallee()->getType(),
tools/clang/lib/CodeGen/CGExpr.cpp
 4536   return EmitCall(E->getCallee()->getType(), callee, E, ReturnValue);
 4543   return EmitCall(E->getCallee()->getType(), Callee, E, ReturnValue);
tools/clang/lib/CodeGen/CGExprCXX.cpp
  193     return EmitCall(getContext().getPointerType(MD->getType()), callee, CE,