Searched refs:DependentDiagnostic (Results 1 – 14 of 14) 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/llvm-project/clang/include/clang/AST/ |
D | DependentDiagnostic.h | 36 class DependentDiagnostic { 40 static DependentDiagnostic *Create(ASTContext &Context, in Create() 50 DependentDiagnostic *DD = Create(Context, Parent, PDiag); in Create() 102 DependentDiagnostic(const PartialDiagnostic &PDiag, in DependentDiagnostic() function 106 static DependentDiagnostic *Create(ASTContext &Context, 110 DependentDiagnostic *NextDiagnostic; 128 explicit ddiag_iterator(DependentDiagnostic *Ptr) : Ptr(Ptr) {} in ddiag_iterator() 130 using value_type = DependentDiagnostic *; 131 using reference = DependentDiagnostic *; 132 using pointer = DependentDiagnostic *; [all …]
|
D | DeclContextInternals.h | 30 class DependentDiagnostic; variable 256 friend class DependentDiagnostic; variable 258 DependentDiagnostic *FirstDiagnostic = nullptr;
|
D | DeclBase.h | 1309 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/llvm-project/clang/lib/AST/ |
D | DeclBase.cpp | 2018 DependentDiagnostic *DependentDiagnostic::Create(ASTContext &C, in Create() 2035 auto *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/llvm-project/clang/lib/Sema/ |
D | SemaAccess.cpp | 1398 DependentDiagnostic::Create(S.Context, DC, DependentDiagnostic::Access, in DelayDependentAccess() 1491 void Sema::HandleDependentAccessCheck(const DependentDiagnostic &DD, in HandleDependentAccessCheck()
|
D | SemaTemplateInstantiateDecl.cpp | 6162 case DependentDiagnostic::Access: in PerformDependentDiagnostics()
|
/external/clang/include/clang/Sema/ |
D | Sema.h | 106 class DependentDiagnostic; variable 5608 void HandleDependentAccessCheck(const DependentDiagnostic &DD,
|
/external/llvm-project/clang/include/clang/Sema/ |
D | Sema.h | 122 class DependentDiagnostic; variable 7154 void HandleDependentAccessCheck(const DependentDiagnostic &DD,
|