Home
last modified time | relevance | path

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

/freebsd-12-stable/contrib/llvm-project/clang/lib/ASTMatchers/Dynamic/
DRegistry.cpp300 REGISTER_MATCHER(hasDynamicExceptionSpec); in RegistryMaps()
/freebsd-12-stable/contrib/llvm-project/clang/include/clang/ASTMatchers/
DASTMatchers.h5053 AST_POLYMORPHIC_MATCHER(hasDynamicExceptionSpec, in AST_POLYMORPHIC_MATCHER() argument
5057 return FnTy->hasDynamicExceptionSpec(); in AST_POLYMORPHIC_MATCHER()
/freebsd-12-stable/contrib/llvm-project/clang/lib/AST/
DDeclPrinter.cpp718 if (FT && FT->hasDynamicExceptionSpec()) { in VisitFunctionDecl()
DTypePrinter.cpp801 if (hasDynamicExceptionSpec()) { in printExceptionSpecification()
/freebsd-12-stable/contrib/llvm-project/clang/include/clang/AST/
DType.h4131 bool hasDynamicExceptionSpec() const {