Searched refs:ExpandTypeToArgs (Results 1 – 2 of 2) sorted by relevance
| /netbsd-src/external/apache2/llvm/dist/clang/lib/CodeGen/ |
| H A D | CGCall.cpp | 1065 void CodeGenFunction::ExpandTypeToArgs( in ExpandTypeToArgs() function in CodeGenFunction 1077 ExpandTypeToArgs(CAExp->EltTy, EltArg, IRFuncTy, IRCallArgs, in ExpandTypeToArgs() 1091 ExpandTypeToArgs(BS->getType(), BaseArg, IRFuncTy, IRCallArgs, in ExpandTypeToArgs() 1099 ExpandTypeToArgs(FD->getType(), FldArg, IRFuncTy, IRCallArgs, in ExpandTypeToArgs() 5033 ExpandTypeToArgs(I->Ty, *I, IRFuncTy, IRCallArgs, IRArgPos); in EmitCall()
|
| H A D | CodeGenFunction.h | 4616 void ExpandTypeToArgs(QualType Ty, CallArg Arg, llvm::FunctionType *IRFuncTy,
|