Home
last modified time | relevance | path

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

/freebsd-12.1/contrib/llvm/tools/clang/lib/CodeGen/
H A DCGCall.cpp477 SmallVector<FunctionProtoType::ExtParameterInfo, 4> extParamInfos(2); in arrangeObjCMessageSendSignature() local
485 extParamInfos.push_back(extParamInfo); in arrangeObjCMessageSendSignature()
501 /*chainCall=*/false, argTys, einfo, extParamInfos, required); in arrangeObjCMessageSendSignature()
/freebsd-12.1/contrib/llvm/tools/clang/lib/AST/
H A DType.cpp2949 auto *extParamInfos = getTrailingObjects<ExtParameterInfo>(); in FunctionProtoType() local
2951 extParamInfos[i] = epi.ExtParameterInfos[i]; in FunctionProtoType()
/freebsd-12.1/contrib/llvm/tools/clang/lib/Sema/
H A DTreeTransform.h12234 Sema::ExtParameterInfoBuilder extParamInfos; in TransformBlockExpr() local
12238 extParamInfos)) { in TransformBlockExpr()
12247 epi.ExtParameterInfos = extParamInfos.getPointerOrNull(paramTypes.size()); in TransformBlockExpr()