Home
last modified time | relevance | path

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

/freebsd-14.2/contrib/llvm-project/clang/lib/ASTMatchers/Dynamic/
H A DRegistry.cpp316 REGISTER_MATCHER(hasDynamicExceptionSpec); in RegistryMaps()
/freebsd-14.2/contrib/llvm-project/clang/include/clang/ASTMatchers/
H A DASTMatchers.h5449 AST_POLYMORPHIC_MATCHER(hasDynamicExceptionSpec, in AST_POLYMORPHIC_MATCHER() argument
5453 return FnTy->hasDynamicExceptionSpec(); in AST_POLYMORPHIC_MATCHER()
/freebsd-14.2/contrib/llvm-project/clang/lib/AST/
H A DDeclPrinter.cpp824 if (FT && FT->hasDynamicExceptionSpec()) { in VisitFunctionDecl()
H A DTypePrinter.cpp847 if (hasDynamicExceptionSpec()) { in printExceptionSpecification()
/freebsd-14.2/contrib/llvm-project/clang/include/clang/AST/
H A DType.h4463 bool hasDynamicExceptionSpec() const {