Searched refs:appendParameterTypes (Results 1 – 2 of 2) sorted by relevance
| /freebsd/contrib/llvm-project/clang/lib/CIR/CodeGen/ |
| H A D | CIRGenCall.cpp | 145 static void appendParameterTypes(const CIRGenTypes &cgt, in appendParameterTypes() function 178 appendParameterTypes(*this, argTypes, fpt); in arrangeCXXStructorDeclaration() 232 appendParameterTypes(cgt, prefix, fpt); in arrangeCIRFunctionInfo()
|
| /freebsd/contrib/llvm-project/clang/lib/CodeGen/ |
| H A D | CGCall.cpp | 194 static void appendParameterTypes( in appendParameterTypes() function 235 appendParameterTypes(CGT, prefix, paramInfos, FTP); in arrangeLLVMFunctionInfo() 423 appendParameterTypes(*this, argTypes, paramInfos, FTP); in arrangeCXXStructorDeclaration()
|