Home
last modified time | relevance | path

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

/openbsd-src/gnu/llvm/clang/lib/Parse/
H A DParseDeclCXX.cpp3929 ExceptionSpecificationType NoexceptType = EST_None; in tryParseExceptionSpecification() local
3940 Actions.ActOnNoexceptSpec(NoexceptExpr.get(), NoexceptType); in tryParseExceptionSpecification()
3943 NoexceptType = EST_BasicNoexcept; in tryParseExceptionSpecification()
3947 NoexceptType = EST_BasicNoexcept; in tryParseExceptionSpecification()
3953 Result = NoexceptType; in tryParseExceptionSpecification()
/openbsd-src/gnu/llvm/clang/include/clang/Basic/
H A DDiagnosticGroups.td284 def NoexceptType : DiagGroup<"noexcept-type", [CXX17CompatMangling]>;