Home
last modified time | relevance | path

Searched refs:ImplicitParamTy (Results 1 – 2 of 2) sorted by relevance

/external/clang/lib/CodeGen/
DCGExprCXX.cpp30 QualType ImplicitParamTy, const CallExpr *CE, CallArgList &Args) { in commonEmitCXXMemberOrOperatorCall() argument
52 Args.add(RValue::get(ImplicitParam), ImplicitParamTy); in commonEmitCXXMemberOrOperatorCall()
74 llvm::Value *This, llvm::Value *ImplicitParam, QualType ImplicitParamTy, in EmitCXXMemberOrOperatorCall() argument
79 *this, MD, Callee, ReturnValue, This, ImplicitParam, ImplicitParamTy, CE, in EmitCXXMemberOrOperatorCall()
87 llvm::Value *This, llvm::Value *ImplicitParam, QualType ImplicitParamTy, in EmitCXXStructorCall() argument
91 ImplicitParam, ImplicitParamTy, CE, Args); in EmitCXXStructorCall()
DCodeGenFunction.h2459 QualType ImplicitParamTy, const CallExpr *E);
2463 QualType ImplicitParamTy, const CallExpr *E,