HomeSort by relevance Sort by last modified time
    Searched defs:DiagnosticsEngine (Results 1 - 2 of 2) sorted by null

  /external/clang/lib/Basic/
Diagnostic.cpp 26 static void DummyArgToStringFn(DiagnosticsEngine::ArgumentKind AK, intptr_t QT,
28 ArrayRef<DiagnosticsEngine::ArgumentValue> PrevArgs,
37 DiagnosticsEngine::DiagnosticsEngine(
66 DiagnosticsEngine::~DiagnosticsEngine() {
71 void DiagnosticsEngine::setClient(DiagnosticConsumer *client,
80 void DiagnosticsEngine::pushMappings(SourceLocation Loc) {
84 bool DiagnosticsEngine::popMappings(SourceLocation Loc) {
96 void DiagnosticsEngine::Reset()
    [all...]
  /external/clang/include/clang/Basic/
Diagnostic.h 132 /// the user. DiagnosticsEngine is tied to one translation unit and one
134 class DiagnosticsEngine : public RefCountedBase<DiagnosticsEngine> {
135 DiagnosticsEngine(const DiagnosticsEngine &) LLVM_DELETED_FUNCTION;
136 void operator=(const DiagnosticsEngine &) LLVM_DELETED_FUNCTION;
346 explicit DiagnosticsEngine(
351 ~DiagnosticsEngine();
371 /// \brief Determine whether this \c DiagnosticsEngine object own its client.
389 // DiagnosticsEngine characterization methods, used by a client to customiz
    [all...]

Completed in 498 milliseconds