Home
last modified time | relevance | path

Searched defs:BadSpecifierDiagnoser (Results 1 – 1 of 1) sorted by relevance

/external/llvm-project/clang/lib/Sema/
DSemaDeclCXX.cpp10659 struct BadSpecifierDiagnoser { struct
10660 BadSpecifierDiagnoser(Sema &S, SourceLocation Loc, unsigned DiagID) in BadSpecifierDiagnoser() argument
10662 ~BadSpecifierDiagnoser() { in ~BadSpecifierDiagnoser()
10666 template<typename T> void check(SourceLocation SpecLoc, T Spec) { in check()
10669 void check(SourceLocation SpecLoc, DeclSpec::TST Spec) { in check()
10673 void check(SourceLocation SpecLoc, const char *Spec) { in check()
10680 Sema &S;
10681 Sema::SemaDiagnosticBuilder Diagnostic;
10682 std::string Specifiers;