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.h27 class DependentDiagnostic; variable
231 friend class DependentDiagnostic;
234 DependentDiagnostic *FirstDiagnostic;
DDeclBase.h32 class DependentDiagnostic; variable
1582 friend class DependentDiagnostic; variable
/external/clang/lib/AST/
DDeclBase.cpp1530 DependentDiagnostic *DependentDiagnostic::Create(ASTContext &C, in Create()
1548 DependentDiagnostic *DD = new (C) DependentDiagnostic(PDiag, DiagStorage); in Create()
/external/clang/lib/Sema/
DSemaAccess.cpp1409 DependentDiagnostic::Create(S.Context, DC, DependentDiagnostic::Access, in DelayDependentAccess()
1501 void Sema::HandleDependentAccessCheck(const DependentDiagnostic &DD, in HandleDependentAccessCheck()
DSemaTemplateInstantiateDecl.cpp4301 DependentDiagnostic *DD = *I; in PerformDependentDiagnostics()
4304 case DependentDiagnostic::Access: in PerformDependentDiagnostics()
/external/clang/include/clang/Sema/
DSema.h101 class DependentDiagnostic; variable
4857 void HandleDependentAccessCheck(const DependentDiagnostic &DD,