Home
last modified time | relevance | path

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

/openbsd/src/gnu/llvm/clang/include/clang/AST/
DDependentDiagnostic.h36 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 …]
DDeclContextInternals.h29 class DependentDiagnostic; variable
308 friend class DependentDiagnostic; variable
310 DependentDiagnostic *FirstDiagnostic = nullptr;
DDeclBase.h1396 friend class DependentDiagnostic;
/openbsd/src/gnu/llvm/clang/lib/Sema/
DSemaAccess.cpp1413 DependentDiagnostic::Create(S.Context, DC, DependentDiagnostic::Access, in DelayDependentAccess()
1508 void Sema::HandleDependentAccessCheck(const DependentDiagnostic &DD, in HandleDependentAccessCheck()
DSemaTemplateInstantiateDecl.cpp6405 case DependentDiagnostic::Access: in PerformDependentDiagnostics()
/openbsd/src/gnu/llvm/clang/lib/AST/
DDeclBase.cpp2032 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/
DSema.h124 class DependentDiagnostic; variable
7921 void HandleDependentAccessCheck(const DependentDiagnostic &DD,