Home
last modified time | relevance | path

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

/external/clang/lib/AST/
DType.cpp2732 ExtParameterInfo *extParamInfos = in FunctionProtoType() local
2735 extParamInfos[i] = epi.ExtParameterInfos[i]; in FunctionProtoType()
/external/llvm-project/clang/lib/AST/
DType.cpp3233 auto *extParamInfos = getTrailingObjects<ExtParameterInfo>(); in FunctionProtoType() local
3235 extParamInfos[i] = epi.ExtParameterInfos[i]; in FunctionProtoType()
/external/llvm-project/clang/lib/CodeGen/
DCGCall.cpp475 SmallVector<FunctionProtoType::ExtParameterInfo, 4> extParamInfos(2); in arrangeObjCMessageSendSignature() local
483 extParamInfos.push_back(extParamInfo); in arrangeObjCMessageSendSignature()
499 /*chainCall=*/false, argTys, einfo, extParamInfos, required); in arrangeObjCMessageSendSignature()
/external/clang/lib/Sema/
DTreeTransform.h11353 Sema::ExtParameterInfoBuilder extParamInfos; in TransformBlockExpr() local
11357 extParamInfos)) { in TransformBlockExpr()
11366 epi.ExtParameterInfos = extParamInfos.getPointerOrNull(paramTypes.size()); in TransformBlockExpr()
/external/llvm-project/clang/lib/Sema/
DTreeTransform.h13759 Sema::ExtParameterInfoBuilder extParamInfos; in TransformBlockExpr() local
13763 extParamInfos)) { in TransformBlockExpr()
13772 epi.ExtParameterInfos = extParamInfos.getPointerOrNull(paramTypes.size()); in TransformBlockExpr()