Home
last modified time | relevance | path

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

/netbsd-src/external/apache2/llvm/dist/clang/lib/Sema/
H A DSemaType.cpp2767 assert(EPI.ExtParameterInfos && "shouldn't get here without param infos"); in checkExtParameterInfos()
2776 << getParameterABISpelling(EPI.ExtParameterInfos[paramIndex].getABI()); in checkExtParameterInfos()
2781 switch (EPI.ExtParameterInfos[paramIndex].getABI()) { in checkExtParameterInfos()
2791 EPI.ExtParameterInfos[paramIndex - 1].getABI() in checkExtParameterInfos()
2806 EPI.ExtParameterInfos[paramIndex - 1].getABI() != in checkExtParameterInfos()
2846 if (EPI.ExtParameterInfos) { in BuildFunctionType()
5219 ExtParameterInfos(FTI.NumParams); in GetFullTypeForDeclarator() local
5285 ExtParameterInfos[i] = ExtParameterInfos[i].withIsConsumed(true); in GetFullTypeForDeclarator()
5290 ExtParameterInfos[i] = in GetFullTypeForDeclarator()
5291 ExtParameterInfos[i].withABI(attr->getABI()); in GetFullTypeForDeclarator()
[all …]
H A DTreeTransform.h5878 if (!EPI.ExtParameterInfos || in TransformFunctionProtoType()
5879 llvm::makeArrayRef(EPI.ExtParameterInfos, TL.getNumParams()) in TransformFunctionProtoType()
5883 EPI.ExtParameterInfos = NewExtParamInfos; in TransformFunctionProtoType()
5884 } else if (EPI.ExtParameterInfos) { in TransformFunctionProtoType()
5886 EPI.ExtParameterInfos = nullptr; in TransformFunctionProtoType()
14012 epi.ExtParameterInfos = extParamInfos.getPointerOrNull(paramTypes.size()); in TransformBlockExpr()
H A DSemaTemplateDeduction.cpp3360 EPI.ExtParameterInfos = ExtParamInfos.getPointerOrNull(ParamTypes.size()); in SubstituteExplicitTemplateArguments()
H A DSemaOverload.cpp1598 ExtInfo.ExtParameterInfos = in IsFunctionConversion()
/netbsd-src/external/apache2/llvm/dist/clang/lib/AST/
H A DType.cpp3162 FunctionTypeBits.HasExtParameterInfos = !!epi.ExtParameterInfos; in FunctionProtoType()
3240 if (epi.ExtParameterInfos) { in FunctionProtoType()
3243 extParamInfos[i] = epi.ExtParameterInfos[i]; in FunctionProtoType()
3366 if (epi.ExtParameterInfos) { in Profile()
3368 ID.AddInteger(epi.ExtParameterInfos[i].getOpaqueValue()); in Profile()
H A DASTContext.cpp4374 EPI.ExtParameterInfos ? NumArgs : 0, in getFunctionTypeInternal()
9548 EPI.ExtParameterInfos = in mergeFunctionTypes()
/netbsd-src/external/apache2/llvm/dist/clang/include/clang/AST/
H A DTypeProperties.td339 epi.ExtParameterInfos =
H A DType.h3977 const ExtParameterInfo *ExtParameterInfos = nullptr;
4117 EPI.ExtParameterInfos = getExtParameterInfosOrNull();