Searched refs:ExpandTypeToArgs (Results 1 – 2 of 2) sorted by relevance
| /llvm-project-15.0.7/clang/lib/CodeGen/ |
| H A D | CGCall.cpp | 1085 void CodeGenFunction::ExpandTypeToArgs( in ExpandTypeToArgs() function in CodeGenFunction 1097 ExpandTypeToArgs(CAExp->EltTy, EltArg, IRFuncTy, IRCallArgs, in ExpandTypeToArgs() 1111 ExpandTypeToArgs(BS->getType(), BaseArg, IRFuncTy, IRCallArgs, in ExpandTypeToArgs() 1119 ExpandTypeToArgs(FD->getType(), FldArg, IRFuncTy, IRCallArgs, in ExpandTypeToArgs() 5133 ExpandTypeToArgs(I->Ty, *I, IRFuncTy, IRCallArgs, IRArgPos); in EmitCall()
|
| H A D | CodeGenFunction.h | 4690 void ExpandTypeToArgs(QualType Ty, CallArg Arg, llvm::FunctionType *IRFuncTy,
|