Home
last modified time | relevance | path

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

/openbsd-src/gnu/llvm/clang/lib/AST/
H A DType.cpp3304 auto *extParamInfos = getTrailingObjects<ExtParameterInfo>(); in FunctionProtoType() local
3306 extParamInfos[i] = epi.ExtParameterInfos[i]; in FunctionProtoType()
/openbsd-src/gnu/llvm/clang/lib/CodeGen/
H A DCGCall.cpp491 SmallVector<FunctionProtoType::ExtParameterInfo, 4> extParamInfos( in arrangeObjCMessageSendSignature() local
501 extParamInfos.push_back(extParamInfo); in arrangeObjCMessageSendSignature()
517 /*chainCall=*/false, argTys, einfo, extParamInfos, required); in arrangeObjCMessageSendSignature()
/openbsd-src/gnu/llvm/clang/lib/Sema/
H A DTreeTransform.h14547 Sema::ExtParameterInfoBuilder extParamInfos; in TransformBlockExpr() local
14551 extParamInfos)) { in TransformBlockExpr()
14560 epi.ExtParameterInfos = extParamInfos.getPointerOrNull(paramTypes.size()); in TransformBlockExpr()