HomeSort by relevance Sort by last modified time
    Searched refs:DelayedDiagnostic (Results 1 - 8 of 8) sorted by null

  /external/clang/lib/Sema/
DelayedDiagnostic.cpp 1 //===--- DelayedDiagnostic.cpp - Delayed declarator diagnostics -*- C++ -*-===//
10 // This file defines the DelayedDiagnostic class implementation, which
17 #include "clang/Sema/DelayedDiagnostic.h"
22 DelayedDiagnostic DelayedDiagnostic::makeDeprecation(SourceLocation Loc,
26 DelayedDiagnostic DD;
43 void DelayedDiagnostic::Destroy() {
Android.mk 28 DelayedDiagnostic.cpp \
SemaDeclAttr.cpp 24 #include "clang/Sema/DelayedDiagnostic.h"
    [all...]
SemaAccess.cpp 15 #include "clang/Sema/DelayedDiagnostic.h"
    [all...]
SemaType.cpp 31 #include "clang/Sema/DelayedDiagnostic.h"
    [all...]
SemaDecl.cpp 35 #include "clang/Sema/DelayedDiagnostic.h"
    [all...]
  /external/clang/include/clang/Sema/
DelayedDiagnostic.h 1 //===--- DelayedDiagnostic.h - Delayed declarator diagnostics ---*- C++ -*-===//
10 // This file defines the DelayedDiagnostic class, which is used to
113 class DelayedDiagnostic {
124 static DelayedDiagnostic makeDeprecation(SourceLocation Loc,
129 static DelayedDiagnostic makeAccess(SourceLocation Loc,
131 DelayedDiagnostic DD;
139 static DelayedDiagnostic makeForbiddenType(SourceLocation loc,
143 DelayedDiagnostic DD;
Sema.h 171 class DelayedDiagnostic;
369 sema::DelayedDiagnostic *Stack;
395 void add(const sema::DelayedDiagnostic &diag);
    [all...]

Completed in 92 milliseconds