HomeSort by: relevance | last modified time | path
    Searched refs:VerifyICEDiagnoser (Results 1 - 5 of 5) sorted by relevancy

  /src/external/apache2/llvm/dist/clang/include/clang/Sema/
Sema.h 11894 class VerifyICEDiagnoser {
11898 VerifyICEDiagnoser(bool Suppress = false) : Suppress(Suppress) { }
11905 virtual ~VerifyICEDiagnoser() {}
11917 VerifyICEDiagnoser &Diagnoser,
  /src/external/apache2/llvm/dist/clang/lib/Sema/
SemaExpr.cpp 16124 class SimpleICEDiagnoser : public VerifyICEDiagnoser {
16143 class IDDiagnoser : public VerifyICEDiagnoser {
16148 : VerifyICEDiagnoser(DiagID == 0), DiagID(DiagID) { }
16159 Sema::VerifyICEDiagnoser::diagnoseNotICEType(Sema &S, SourceLocation Loc,
16165 Sema::VerifyICEDiagnoser::diagnoseFold(Sema &S, SourceLocation Loc) {
16171 VerifyICEDiagnoser &Diagnoser,
16183 VerifyICEDiagnoser &BaseDiagnoser;
16185 CXX11ConvertDiagnoser(VerifyICEDiagnoser &BaseDiagnoser)
SemaTemplate.cpp 7131 class TmplArgICEDiagnoser : public VerifyICEDiagnoser {
SemaType.cpp 2276 class VLADiagnoser : public Sema::VerifyICEDiagnoser {
SemaDeclCXX.cpp 1090 struct ICEDiagnoser : Sema::VerifyICEDiagnoser {

Completed in 77 milliseconds