Searched refs:DependentDiagnostic (Results 1 - 7 of 7) sorted by relevance

/external/clang/include/clang/AST/
H A DDependentDiagnostic.h1 //===-- DependentDiagnostic.h - Dependently-generated diagnostics -*- C++ -*-=//
34 class DependentDiagnostic { class in namespace:clang
38 static DependentDiagnostic *Create(ASTContext &Context,
48 DependentDiagnostic *DD = Create(Context, Parent, PDiag);
97 DependentDiagnostic(const PartialDiagnostic &PDiag, function in class:clang::DependentDiagnostic
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 *referenc
[all...]
H A DDeclContextInternals.h28 class DependentDiagnostic;
258 friend class DependentDiagnostic;
261 DependentDiagnostic *FirstDiagnostic;
H A DDeclBase.h32 class DependentDiagnostic;
1589 // These are all defined in DependentDiagnostic.h.
1659 friend class DependentDiagnostic;
/external/clang/lib/AST/
H A DDeclBase.cpp25 #include "clang/AST/DependentDiagnostic.h"
1605 DependentDiagnostic *DependentDiagnostic::Create(ASTContext &C,
1623 DependentDiagnostic *DD = new (C) DependentDiagnostic(PDiag, DiagStorage);
/external/clang/lib/Sema/
H A DSemaAccess.cpp20 #include "clang/AST/DependentDiagnostic.h"
1399 DependentDiagnostic::Create(S.Context, DC, DependentDiagnostic::Access,
1491 void Sema::HandleDependentAccessCheck(const DependentDiagnostic &DD,
H A DSemaTemplateInstantiateDecl.cpp18 #include "clang/AST/DependentDiagnostic.h"
4676 case DependentDiagnostic::Access:
/external/clang/include/clang/Sema/
H A DSema.h103 class DependentDiagnostic;
5103 void HandleDependentAccessCheck(const DependentDiagnostic &DD,

Completed in 138 milliseconds