Lines Matching refs:ResultTy
2866 ASTContext::getFunctionNoProtoType(QualType ResultTy, in getFunctionNoProtoType() argument
2873 FunctionNoProtoType::Profile(ID, ResultTy, Info); in getFunctionNoProtoType()
2881 if (!ResultTy.isCanonical()) { in getFunctionNoProtoType()
2882 Canonical = getFunctionNoProtoType(getCanonicalType(ResultTy), Info); in getFunctionNoProtoType()
2892 FunctionNoProtoType(ResultTy, Canonical, newInfo); in getFunctionNoProtoType()
2906 ASTContext::getFunctionType(QualType ResultTy, ArrayRef<QualType> ArgArray, in getFunctionType() argument
2913 FunctionProtoType::Profile(ID, ResultTy, ArgArray.begin(), NumArgs, EPI, in getFunctionType()
2923 EPI.ExceptionSpec.Type == EST_None && isCanonicalResultType(ResultTy) && in getFunctionType()
2943 QualType CanResultTy = getCanonicalType(ResultTy); in getFunctionType()
2944 if (ResultTy.getQualifiers().hasObjCLifetime()) { in getFunctionType()
2982 new (FTP) FunctionProtoType(ResultTy, ArgArray, Canonical, newEPI); in getFunctionType()