Searched refs:DependentDiagnostic (Results 1 – 7 of 7) sorted by relevance
| /openbsd/src/gnu/llvm/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 | 29 class DependentDiagnostic; variable 308 friend class DependentDiagnostic; variable 310 DependentDiagnostic *FirstDiagnostic = nullptr;
|
| D | DeclBase.h | 1396 friend class DependentDiagnostic;
|
| /openbsd/src/gnu/llvm/clang/lib/Sema/ |
| D | SemaAccess.cpp | 1413 DependentDiagnostic::Create(S.Context, DC, DependentDiagnostic::Access, in DelayDependentAccess() 1508 void Sema::HandleDependentAccessCheck(const DependentDiagnostic &DD, in HandleDependentAccessCheck()
|
| D | SemaTemplateInstantiateDecl.cpp | 6405 case DependentDiagnostic::Access: in PerformDependentDiagnostics()
|
| /openbsd/src/gnu/llvm/clang/lib/AST/ |
| D | DeclBase.cpp | 2032 DependentDiagnostic *DependentDiagnostic::Create(ASTContext &C, in Create() 2049 auto *DD = new (C) DependentDiagnostic(PDiag, DiagStorage); in Create()
|
| /openbsd/src/gnu/llvm/clang/include/clang/Sema/ |
| D | Sema.h | 124 class DependentDiagnostic; variable 7921 void HandleDependentAccessCheck(const DependentDiagnostic &DD,
|