Searched refs:DependentDiagnostic (Results 1 – 7 of 7) sorted by relevance
/external/clang/include/clang/AST/ |
D | DependentDiagnostic.h | 34 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 …]
|
D | DeclContextInternals.h | 28 class DependentDiagnostic; variable 256 friend class DependentDiagnostic; 259 DependentDiagnostic *FirstDiagnostic;
|
D | DeclBase.h | 33 class DependentDiagnostic; variable 1812 friend class DependentDiagnostic; variable
|
/external/clang/lib/AST/ |
D | DeclBase.cpp | 1738 DependentDiagnostic *DependentDiagnostic::Create(ASTContext &C, in Create() 1756 DependentDiagnostic *DD = new (C) DependentDiagnostic(PDiag, DiagStorage); in Create()
|
/external/clang/lib/Sema/ |
D | SemaAccess.cpp | 1399 DependentDiagnostic::Create(S.Context, DC, DependentDiagnostic::Access, in DelayDependentAccess() 1491 void Sema::HandleDependentAccessCheck(const DependentDiagnostic &DD, in HandleDependentAccessCheck()
|
D | SemaTemplateInstantiateDecl.cpp | 4929 case DependentDiagnostic::Access: in PerformDependentDiagnostics()
|
/external/clang/include/clang/Sema/ |
D | Sema.h | 106 class DependentDiagnostic; variable 5608 void HandleDependentAccessCheck(const DependentDiagnostic &DD,
|