Home
last modified time | relevance | path

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

/freebsd-14.2/contrib/llvm-project/clang/lib/AST/
H A DASTContext.cpp4335 const FunctionProtoType::ExceptionSpecInfo &ESI, bool NoexceptInType) { in isCanonicalExceptionSpecification() argument
4338 if (!NoexceptInType) in isCanonicalExceptionSpecification()
4403 bool NoexceptInType = getLangOpts().CPlusPlus17; in getFunctionTypeInternal() local
4405 isCanonicalExceptionSpecification(EPI.ExceptionSpec, NoexceptInType); in getFunctionTypeInternal()
4433 } else if (NoexceptInType) { in getFunctionTypeInternal()