Home
last modified time | relevance | path

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

/netbsd-src/external/apache2/llvm/dist/clang/lib/ASTMatchers/Dynamic/
H A DRegistry.cpp300 REGISTER_MATCHER(hasDynamicExceptionSpec); in RegistryMaps()
/netbsd-src/external/apache2/llvm/dist/clang/include/clang/ASTMatchers/
H A DASTMatchers.h5041 AST_POLYMORPHIC_MATCHER(hasDynamicExceptionSpec, in AST_POLYMORPHIC_MATCHER() argument
5045 return FnTy->hasDynamicExceptionSpec(); in AST_POLYMORPHIC_MATCHER()
/netbsd-src/external/apache2/llvm/dist/clang/lib/AST/
H A DDeclPrinter.cpp717 if (FT && FT->hasDynamicExceptionSpec()) { in VisitFunctionDecl()
H A DTypePrinter.cpp801 if (hasDynamicExceptionSpec()) { in printExceptionSpecification()
/netbsd-src/external/apache2/llvm/dist/clang/include/clang/AST/
H A DType.h4131 bool hasDynamicExceptionSpec() const {