Searched refs:extInfo (Results 1 – 3 of 3) sorted by relevance
| /netbsd-src/external/apache2/llvm/dist/clang/include/clang/AST/ |
| H A D | TypeProperties.td | 294 auto extInfo = FunctionType::ExtInfo(noReturn, hasRegParm, regParm, 298 return ctx.getFunctionNoProtoType(returnType, extInfo); 328 auto extInfo = FunctionType::ExtInfo(noReturn, hasRegParm, regParm, 333 epi.ExtInfo = extInfo;
|
| /netbsd-src/external/apache2/llvm/dist/clang/include/clang/CodeGen/ |
| H A D | CGFunctionInfo.h | 619 const FunctionType::ExtInfo &extInfo,
|
| /netbsd-src/external/apache2/llvm/dist/clang/lib/CodeGen/ |
| H A D | CGCall.cpp | 347 FunctionType::ExtInfo extInfo = FTP->getExtInfo(); in arrangeCXXStructorDeclaration() local 354 /*chainCall=*/false, argTypes, extInfo, in arrangeCXXStructorDeclaration()
|