Home
last modified time | relevance | path

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

/freebsd-12.1/contrib/llvm/tools/clang/lib/ASTMatchers/Dynamic/
H A DRegistry.cpp265 REGISTER_MATCHER(hasDynamicExceptionSpec); in RegistryMaps()
/freebsd-12.1/contrib/llvm/tools/clang/include/clang/ASTMatchers/
H A DASTMatchers.h4021 AST_POLYMORPHIC_MATCHER(hasDynamicExceptionSpec, in AST_POLYMORPHIC_MATCHER() argument
4025 return FnTy->hasDynamicExceptionSpec(); in AST_POLYMORPHIC_MATCHER()
/freebsd-12.1/contrib/llvm/tools/clang/lib/AST/
H A DDeclPrinter.cpp667 if (FT && FT->hasDynamicExceptionSpec()) { in VisitFunctionDecl()
H A DTypePrinter.cpp719 if (hasDynamicExceptionSpec()) { in printExceptionSpecification()
/freebsd-12.1/contrib/llvm/tools/clang/include/clang/AST/
H A DType.h3931 bool hasDynamicExceptionSpec() const {