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 28 class DependentDiagnostic;
256 friend class DependentDiagnostic;
259 DependentDiagnostic *FirstDiagnostic;
DeclBase.h 33 class DependentDiagnostic;
    [all...]
  /external/clang/lib/AST/
DeclBase.cpp 25 #include "clang/AST/DependentDiagnostic.h"
    [all...]
  /external/clang/lib/Sema/
SemaAccess.cpp 20 #include "clang/AST/DependentDiagnostic.h"
    [all...]
SemaTemplateInstantiateDecl.cpp 18 #include "clang/AST/DependentDiagnostic.h"
    [all...]
  /external/clang/include/clang/Sema/
Sema.h 106 class DependentDiagnostic;
    [all...]

Completed in 260 milliseconds