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
23 DelayedDiagnostic::makeAvailability(Sema::AvailabilityDiagnostic AD,
30 DelayedDiagnostic DD;
56 void DelayedDiagnostic::Destroy() {
Android.mk 34 DelayedDiagnostic.cpp \
SemaDeclAttr.cpp 28 #include "clang/Sema/DelayedDiagnostic.h"
    [all...]
SemaAccess.cpp 22 #include "clang/Sema/DelayedDiagnostic.h"
    [all...]
SemaType.cpp 29 #include "clang/Sema/DelayedDiagnostic.h"
    [all...]
SemaDecl.cpp 39 #include "clang/Sema/DelayedDiagnostic.h"
    [all...]
  /external/clang/include/clang/Sema/
DelayedDiagnostic.h 1 //===--- DelayedDiagnostic.h - Delayed declarator diagnostics ---*- C++ -*-===//
11 /// \brief Defines the classes clang::DelayedDiagnostic and
114 class DelayedDiagnostic {
125 static DelayedDiagnostic makeAvailability(Sema::AvailabilityDiagnostic AD,
134 static DelayedDiagnostic makeAccess(SourceLocation Loc,
136 DelayedDiagnostic DD;
144 static DelayedDiagnostic makeForbiddenType(SourceLocation loc,
148 DelayedDiagnostic DD;
241 SmallVector<DelayedDiagnostic, 4> Diagnostics;
248 for (SmallVectorImpl<DelayedDiagnostic>::iterato
    [all...]
Sema.h 194 class DelayedDiagnostic;
504 void add(const sema::DelayedDiagnostic &diag); // in DelayedDiagnostic.h
    [all...]

Completed in 306 milliseconds