Home
last modified time | relevance | path

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

/freebsd-12.1/contrib/llvm/tools/clang/lib/AST/
H A DASTContext.cpp3616 const FunctionProtoType::ExceptionSpecInfo &ESI, bool NoexceptInType) { in isCanonicalExceptionSpecification() argument
3619 if (!NoexceptInType) in isCanonicalExceptionSpecification()
3684 bool NoexceptInType = getLangOpts().CPlusPlus17; in getFunctionTypeInternal() local
3686 isCanonicalExceptionSpecification(EPI.ExceptionSpec, NoexceptInType); in getFunctionTypeInternal()
3714 } else if (NoexceptInType) { in getFunctionTypeInternal()