Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/clang/include/clang/AST/
H A DDeclContextInternals.h29 class DependentDiagnostic; variable
315 friend class DependentDiagnostic; variable
317 DependentDiagnostic *FirstDiagnostic = nullptr;
H A DDeclBase.h1444 friend class DependentDiagnostic;
/freebsd/contrib/llvm-project/clang/lib/Sema/
H A DSemaAccess.cpp1421 DependentDiagnostic::Create(S.Context, DC, DependentDiagnostic::Access, in DelayDependentAccess()
1536 void Sema::HandleDependentAccessCheck(const DependentDiagnostic &DD, in HandleDependentAccessCheck()
H A DSemaTemplateInstantiateDecl.cpp6472 case DependentDiagnostic::Access: in PerformDependentDiagnostics()
/freebsd/contrib/llvm-project/clang/lib/AST/
H A DDeclBase.cpp2187 DependentDiagnostic *DependentDiagnostic::Create(ASTContext &C, in Create()
2204 auto *DD = new (C) DependentDiagnostic(PDiag, DiagStorage); in Create()
/freebsd/contrib/llvm-project/clang/include/clang/Sema/
H A DSema.h129 class DependentDiagnostic; variable
1453 const DependentDiagnostic &DD,