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

  /external/clang/include/clang/AST/
DependentDiagnostic.h 1 //===-- DependentDiagnostic.h - Dependently-generated diagnostics -*- C++ -*-=//
34 class DependentDiagnostic {
38 static DependentDiagnostic *Create(ASTContext &Context,
48 DependentDiagnostic *DD = Create(Context, Parent, PDiag);
97 DependentDiagnostic(const PartialDiagnostic &PDiag,
101 static DependentDiagnostic *Create(ASTContext &Context,
107 DependentDiagnostic *NextDiagnostic;
127 explicit ddiag_iterator(DependentDiagnostic *Ptr) : Ptr(Ptr) {}
129 typedef DependentDiagnostic *value_type;
130 typedef DependentDiagnostic *reference
    [all...]
DeclContextInternals.h 27 class DependentDiagnostic;
231 friend class DependentDiagnostic;
234 DependentDiagnostic *FirstDiagnostic;
DeclBase.h 31 class DependentDiagnostic;
    [all...]
  /external/clang/lib/AST/
DeclBase.cpp 24 #include "clang/AST/DependentDiagnostic.h"
    [all...]
  /external/clang/lib/Sema/
SemaAccess.cpp 20 #include "clang/AST/DependentDiagnostic.h"
    [all...]
SemaTemplateInstantiateDecl.cpp 17 #include "clang/AST/DependentDiagnostic.h"
    [all...]
  /external/clang/include/clang/Sema/
Sema.h 95 class DependentDiagnostic;
    [all...]

Completed in 42 milliseconds