Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/clang/include/clang/Basic/
H A DExceptionSpecificationType.h35 inline bool isDynamicExceptionSpec(ExceptionSpecificationType ESpecType) { in isDynamicExceptionSpec() function
/freebsd/contrib/llvm-project/clang/lib/Sema/
H A DSemaExceptionSpec.cpp391 if (getLangOpts().MSVCCompat && isDynamicExceptionSpec(ESI.Type)) { in CheckEquivalentExceptionSpec()
/freebsd/contrib/llvm-project/clang/include/clang/AST/
H A DType.h5263 return isDynamicExceptionSpec(getExceptionSpecType());