Home
last modified time | relevance | path

Searched refs:NoexceptType (Results 1 – 2 of 2) sorted by relevance

/netbsd-src/external/apache2/llvm/dist/clang/lib/Parse/
H A DParseDeclCXX.cpp3737 ExceptionSpecificationType NoexceptType = EST_None; in tryParseExceptionSpecification() local
3748 NoexceptType); in tryParseExceptionSpecification()
3751 NoexceptType = EST_BasicNoexcept; in tryParseExceptionSpecification()
3755 NoexceptType = EST_BasicNoexcept; in tryParseExceptionSpecification()
3761 Result = NoexceptType; in tryParseExceptionSpecification()
/netbsd-src/external/apache2/llvm/dist/clang/include/clang/Basic/
H A DDiagnosticGroups.td258 def NoexceptType : DiagGroup<"noexcept-type", [CXX17CompatMangling]>;