Home
last modified time | relevance | path

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

/freebsd-13.1/contrib/llvm-project/clang/lib/AST/
H A DType.cpp3245 auto *extParamInfos = getTrailingObjects<ExtParameterInfo>(); in FunctionProtoType() local
3247 extParamInfos[i] = epi.ExtParameterInfos[i]; in FunctionProtoType()
/freebsd-13.1/contrib/llvm-project/clang/lib/CodeGen/
H A DCGCall.cpp478 SmallVector<FunctionProtoType::ExtParameterInfo, 4> extParamInfos(2); in arrangeObjCMessageSendSignature() local
486 extParamInfos.push_back(extParamInfo); in arrangeObjCMessageSendSignature()
502 /*chainCall=*/false, argTys, einfo, extParamInfos, required); in arrangeObjCMessageSendSignature()
/freebsd-13.1/contrib/llvm-project/clang/lib/Sema/
H A DTreeTransform.h14064 Sema::ExtParameterInfoBuilder extParamInfos; in TransformBlockExpr() local
14068 extParamInfos)) { in TransformBlockExpr()
14077 epi.ExtParameterInfos = extParamInfos.getPointerOrNull(paramTypes.size()); in TransformBlockExpr()