struct SuppressedDiagnoser
Declaration
struct SuppressedDiagnoser : public VerifyICEDiagnoser { /* full declaration omitted */ };
Description
Abstract base class used for diagnosing integer constant expression violations.
Declared at: clang/lib/Sema/SemaOpenMP.cpp:16264
Inherits from: Sema::VerifyICEDiagnoser
Member Variables
Inherited from Sema::VerifyICEDiagnoser:
Method Overview
- public SuppressedDiagnoser()
- public Sema::SemaDiagnosticBuilder diagnoseNotICE(clang::Sema & S, clang::SourceLocation Loc)
Inherited from Sema::VerifyICEDiagnoser:
Methods
¶SuppressedDiagnoser()
SuppressedDiagnoser()
Declared at: clang/lib/Sema/SemaOpenMP.cpp:16265
¶Sema::SemaDiagnosticBuilder diagnoseNotICE(
clang::Sema& S,
clang::SourceLocation Loc)
Sema::SemaDiagnosticBuilder diagnoseNotICE(
clang::Sema& S,
clang::SourceLocation Loc)
Declared at: clang/lib/Sema/SemaOpenMP.cpp:16266