Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/clang/lib/ASTMatchers/Dynamic/
H A DRegistry.cpp316 REGISTER_MATCHER(hasDynamicExceptionSpec); in RegistryMaps()
/freebsd/contrib/llvm-project/clang/include/clang/ASTMatchers/
H A DASTMatchers.h5473 AST_POLYMORPHIC_MATCHER(hasDynamicExceptionSpec, in AST_POLYMORPHIC_MATCHER() argument
5477 return FnTy->hasDynamicExceptionSpec(); in AST_POLYMORPHIC_MATCHER()
/freebsd/contrib/llvm-project/clang/lib/AST/
H A DDeclPrinter.cpp774 if (FT && FT->hasDynamicExceptionSpec()) { in VisitFunctionDecl()
H A DTypePrinter.cpp882 if (hasDynamicExceptionSpec()) { in printExceptionSpecification()
/freebsd/contrib/llvm-project/clang/include/clang/AST/
H A DType.h5262 bool hasDynamicExceptionSpec() const {