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.cpp571 ExtParameterInfoList extParamInfos(MD->isDirectMethod() ? 1 : 2); in arrangeObjCMessageSendSignature() local
579 extParamInfos.push_back(extParamInfo); in arrangeObjCMessageSendSignature()
597 FnInfoOpts::None, argTys, einfo, extParamInfos, in arrangeObjCMessageSendSignature()
/freebsd/contrib/llvm-project/clang/lib/AST/
H A DType.cpp3791 auto *extParamInfos = getTrailingObjects<ExtParameterInfo>(); in FunctionProtoType() local
3793 extParamInfos[i] = epi.ExtParameterInfos[i]; in FunctionProtoType()
/freebsd/contrib/llvm-project/clang/lib/Sema/
H A DTreeTransform.h17003 Sema::ExtParameterInfoBuilder extParamInfos; in TransformBlockExpr() local
17007 extParamInfos)) { in TransformBlockExpr()
17016 epi.ExtParameterInfos = extParamInfos.getPointerOrNull(paramTypes.size()); in TransformBlockExpr()