Searched refs:NoexceptInType (Results 1 – 1 of 1) sorted by relevance
4227 const FunctionProtoType::ExceptionSpecInfo &ESI, bool NoexceptInType) { in isCanonicalExceptionSpecification() argument4230 if (!NoexceptInType) in isCanonicalExceptionSpecification()4295 bool NoexceptInType = getLangOpts().CPlusPlus17; in getFunctionTypeInternal() local4297 isCanonicalExceptionSpecification(EPI.ExceptionSpec, NoexceptInType); in getFunctionTypeInternal()4325 } else if (NoexceptInType) { in getFunctionTypeInternal()