Home
last modified time | relevance | path

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

/llvm-project-15.0.7/clang/lib/AST/
H A DASTContext.cpp4320 const FunctionProtoType::ExceptionSpecInfo &ESI, bool NoexceptInType) { in isCanonicalExceptionSpecification() argument
4323 if (!NoexceptInType) in isCanonicalExceptionSpecification()
4388 bool NoexceptInType = getLangOpts().CPlusPlus17; in getFunctionTypeInternal() local
4390 isCanonicalExceptionSpecification(EPI.ExceptionSpec, NoexceptInType); in getFunctionTypeInternal()
4418 } else if (NoexceptInType) { in getFunctionTypeInternal()