Home
last modified time | relevance | path

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

/freebsd-14.2/contrib/llvm-project/clang/lib/CodeGen/
H A DCGCall.cpp493 SmallVector<FunctionProtoType::ExtParameterInfo, 4> extParamInfos( in arrangeObjCMessageSendSignature() local
503 extParamInfos.push_back(extParamInfo); in arrangeObjCMessageSendSignature()
518 FnInfoOpts::None, argTys, einfo, extParamInfos, in arrangeObjCMessageSendSignature()
/freebsd-14.2/contrib/llvm-project/clang/lib/AST/
H A DType.cpp3566 auto *extParamInfos = getTrailingObjects<ExtParameterInfo>(); in FunctionProtoType() local
3568 extParamInfos[i] = epi.ExtParameterInfos[i]; in FunctionProtoType()
/freebsd-14.2/contrib/llvm-project/clang/lib/Sema/
H A DTreeTransform.h14830 Sema::ExtParameterInfoBuilder extParamInfos; in TransformBlockExpr() local
14834 extParamInfos)) { in TransformBlockExpr()
14843 epi.ExtParameterInfos = extParamInfos.getPointerOrNull(paramTypes.size()); in TransformBlockExpr()