Home | History | Annotate | Download | only in AST

Lines Matching full:resultty

1963 ASTContext::getFunctionNoProtoType(QualType ResultTy,
1971 FunctionNoProtoType::Profile(ID, ResultTy, Info);
1979 if (!ResultTy.isCanonical() ||
1982 getFunctionNoProtoType(getCanonicalType(ResultTy),
1993 FunctionNoProtoType(ResultTy, Canonical, newInfo);
2002 ASTContext::getFunctionType(QualType ResultTy,
2008 FunctionProtoType::Profile(ID, ResultTy, ArgArray, NumArgs, EPI, *this);
2016 bool isCanonical= EPI.ExceptionSpecType == EST_None && ResultTy.isCanonical();
2040 Canonical = getFunctionType(getCanonicalType(ResultTy),
2070 new (FTP) FunctionProtoType(ResultTy, ArgArray, NumArgs, Canonical, newEPI);