Home
last modified time | relevance | path

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

/external/clang/include/clang/AST/
DDependentDiagnostic.h34 class DependentDiagnostic {
38 static DependentDiagnostic *Create(ASTContext &Context, in Create()
48 DependentDiagnostic *DD = Create(Context, Parent, PDiag); in Create()
97 DependentDiagnostic(const PartialDiagnostic &PDiag, in DependentDiagnostic() function
101 static DependentDiagnostic *Create(ASTContext &Context,
107 DependentDiagnostic *NextDiagnostic;
127 explicit ddiag_iterator(DependentDiagnostic *Ptr) : Ptr(Ptr) {} in ddiag_iterator()
129 typedef DependentDiagnostic *value_type;
130 typedef DependentDiagnostic *reference;
131 typedef DependentDiagnostic *pointer;
[all …]
DDeclContextInternals.h28 class DependentDiagnostic; variable
256 friend class DependentDiagnostic;
259 DependentDiagnostic *FirstDiagnostic;
DDeclBase.h33 class DependentDiagnostic; variable
1812 friend class DependentDiagnostic; variable
/external/clang/lib/AST/
DDeclBase.cpp1738 DependentDiagnostic *DependentDiagnostic::Create(ASTContext &C, in Create()
1756 DependentDiagnostic *DD = new (C) DependentDiagnostic(PDiag, DiagStorage); in Create()
/external/clang/lib/Sema/
DSemaAccess.cpp1399 DependentDiagnostic::Create(S.Context, DC, DependentDiagnostic::Access, in DelayDependentAccess()
1491 void Sema::HandleDependentAccessCheck(const DependentDiagnostic &DD, in HandleDependentAccessCheck()
DSemaTemplateInstantiateDecl.cpp4929 case DependentDiagnostic::Access: in PerformDependentDiagnostics()
/external/clang/include/clang/Sema/
DSema.h106 class DependentDiagnostic; variable
5608 void HandleDependentAccessCheck(const DependentDiagnostic &DD,