Home
last modified time | relevance | path

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

/freebsd-12.1/contrib/llvm/tools/clang/lib/Parse/
H A DParseDeclCXX.cpp3594 ExceptionSpecificationType NoexceptType = EST_None; in tryParseExceptionSpecification() local
3605 NoexceptType); in tryParseExceptionSpecification()
3608 NoexceptType = EST_BasicNoexcept; in tryParseExceptionSpecification()
3612 NoexceptType = EST_BasicNoexcept; in tryParseExceptionSpecification()
3618 Result = NoexceptType; in tryParseExceptionSpecification()
/freebsd-12.1/contrib/llvm/tools/clang/include/clang/Basic/
H A DDiagnosticGroups.td185 def NoexceptType : DiagGroup<"noexcept-type", [CXX17CompatMangling]>;