Home
last modified time | relevance | path

Searched refs:extInfo (Results 1 – 3 of 3) sorted by relevance

/netbsd-src/external/apache2/llvm/dist/clang/include/clang/AST/
H A DTypeProperties.td294 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 DCGFunctionInfo.h619 const FunctionType::ExtInfo &extInfo,
/netbsd-src/external/apache2/llvm/dist/clang/lib/CodeGen/
H A DCGCall.cpp347 FunctionType::ExtInfo extInfo = FTP->getExtInfo(); in arrangeCXXStructorDeclaration() local
354 /*chainCall=*/false, argTypes, extInfo, in arrangeCXXStructorDeclaration()