Home
last modified time | relevance | path

Searched refs:ExtParameterInfos (Results 1 – 8 of 8) sorted by relevance

/freebsd/contrib/llvm-project/clang/lib/Sema/
H A DSemaType.cpp2546 assert(EPI.ExtParameterInfos && "shouldn't get here without param infos"); in checkExtParameterInfos()
2559 << getParameterABISpelling(EPI.ExtParameterInfos[paramIndex].getABI()) in checkExtParameterInfos()
2565 switch (EPI.ExtParameterInfos[paramIndex].getABI()) { in checkExtParameterInfos()
2575 EPI.ExtParameterInfos[paramIndex - 1].getABI() in checkExtParameterInfos()
2594 EPI.ExtParameterInfos[paramIndex - 1].getABI() != in checkExtParameterInfos()
2638 if (EPI.ExtParameterInfos) { in BuildFunctionType()
5116 ExtParameterInfos(FTI.NumParams); in GetFullTypeForDeclarator() local
5183 ExtParameterInfos[i] = ExtParameterInfos[i].withIsConsumed(true); in GetFullTypeForDeclarator()
5188 ExtParameterInfos[i] = in GetFullTypeForDeclarator()
5189 ExtParameterInfos[i].withABI(attr->getABI()); in GetFullTypeForDeclarator()
[all …]
H A DTreeTransform.h6262 if (!EPI.ExtParameterInfos || in TransformFunctionProtoType()
6263 llvm::ArrayRef(EPI.ExtParameterInfos, TL.getNumParams()) != in TransformFunctionProtoType()
6267 EPI.ExtParameterInfos = NewExtParamInfos; in TransformFunctionProtoType()
6268 } else if (EPI.ExtParameterInfos) { in TransformFunctionProtoType()
6270 EPI.ExtParameterInfos = nullptr; in TransformFunctionProtoType()
15877 epi.ExtParameterInfos = extParamInfos.getPointerOrNull(paramTypes.size()); in TransformBlockExpr()
H A DSemaTemplateDeduction.cpp3588 EPI.ExtParameterInfos = ExtParamInfos.getPointerOrNull(ParamTypes.size()); in SubstituteExplicitTemplateArguments()
H A DSemaOverload.cpp1855 ExtInfo.ExtParameterInfos = in IsFunctionConversion()
/freebsd/contrib/llvm-project/clang/lib/AST/
H A DType.cpp3535 FunctionTypeBits.HasExtParameterInfos = !!epi.ExtParameterInfos; in FunctionProtoType()
3637 if (epi.ExtParameterInfos) { in FunctionProtoType()
3640 extParamInfos[i] = epi.ExtParameterInfos[i]; in FunctionProtoType()
3795 if (epi.ExtParameterInfos) { in Profile()
3797 ID.AddInteger(epi.ExtParameterInfos[i].getOpaqueValue()); in Profile()
H A DASTContext.cpp4909 EPI.ExtParameterInfos ? NumArgs : 0, in getFunctionTypeInternal()
10921 EPI.ExtParameterInfos = in mergeFunctionTypes()
13320 assert(EPIX.ExtParameterInfos == EPIY.ExtParameterInfos); in getCommonNonSugarTypeNode()
/freebsd/contrib/llvm-project/clang/include/clang/AST/
H A DTypeProperties.td374 epi.ExtParameterInfos =
H A DType.h5066 const ExtParameterInfo *ExtParameterInfos = nullptr;
5246 EPI.ExtParameterInfos = getExtParameterInfosOrNull();