Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/clang/lib/CodeGen/
H A DCGCall.cpp502 SmallVector<FunctionProtoType::ExtParameterInfo, 4> extParamInfos( in arrangeObjCMessageSendSignature() local
512 extParamInfos.push_back(extParamInfo); in arrangeObjCMessageSendSignature()
527 FnInfoOpts::None, argTys, einfo, extParamInfos, in arrangeObjCMessageSendSignature()
/freebsd/contrib/llvm-project/clang/lib/AST/
H A DType.cpp3638 auto *extParamInfos = getTrailingObjects<ExtParameterInfo>(); in FunctionProtoType() local
3640 extParamInfos[i] = epi.ExtParameterInfos[i]; in FunctionProtoType()
/freebsd/contrib/llvm-project/clang/lib/Sema/
H A DTreeTransform.h15864 Sema::ExtParameterInfoBuilder extParamInfos; in TransformBlockExpr() local
15868 extParamInfos)) { in TransformBlockExpr()
15877 epi.ExtParameterInfos = extParamInfos.getPointerOrNull(paramTypes.size()); in TransformBlockExpr()