Searched refs:ExpandTypeToArgs (Results 1 – 4 of 4) sorted by relevance
/external/clang/lib/CodeGen/ |
D | CGCall.cpp | 985 void CodeGenFunction::ExpandTypeToArgs( in ExpandTypeToArgs() function in CodeGenFunction 994 ExpandTypeToArgs(CAExp->EltTy, EltRV, IRFuncTy, IRCallArgs, IRCallArgPos); in ExpandTypeToArgs() 1006 ExpandTypeToArgs(BS->getType(), BaseRV, IRFuncTy, IRCallArgs, in ExpandTypeToArgs() 1013 ExpandTypeToArgs(FD->getType(), FldRV, IRFuncTy, IRCallArgs, in ExpandTypeToArgs() 3823 ExpandTypeToArgs(I->Ty, RV, IRFuncTy, IRCallArgs, IRArgPos); in EmitCall()
|
D | CodeGenFunction.h | 3266 void ExpandTypeToArgs(QualType Ty, RValue RV, llvm::FunctionType *IRFuncTy,
|
/external/llvm-project/clang/lib/CodeGen/ |
D | CGCall.cpp | 1063 void CodeGenFunction::ExpandTypeToArgs( in ExpandTypeToArgs() function in CodeGenFunction 1075 ExpandTypeToArgs(CAExp->EltTy, EltArg, IRFuncTy, IRCallArgs, in ExpandTypeToArgs() 1089 ExpandTypeToArgs(BS->getType(), BaseArg, IRFuncTy, IRCallArgs, in ExpandTypeToArgs() 1097 ExpandTypeToArgs(FD->getType(), FldArg, IRFuncTy, IRCallArgs, in ExpandTypeToArgs() 4743 ExpandTypeToArgs(I->Ty, *I, IRFuncTy, IRCallArgs, IRArgPos); in EmitCall()
|
D | CodeGenFunction.h | 4529 void ExpandTypeToArgs(QualType Ty, CallArg Arg, llvm::FunctionType *IRFuncTy,
|