Searched refs:DelayedDiagnostics (Results 1 - 8 of 8) sorted by relevance

/freebsd-13-stable/contrib/llvm-project/clang/include/clang/Sema/
H A DDelayedDiagnostic.h330 inline void Sema::DelayedDiagnostics::add(const sema::DelayedDiagnostic &diag) {
H A DSema.h810 class DelayedDiagnostics;
814 friend class Sema::DelayedDiagnostics;
821 class DelayedDiagnostics { class in class:clang::final
827 DelayedDiagnostics() : CurPool(nullptr) {} function in class:clang::final::DelayedDiagnostics
870 } DelayedDiagnostics; member in class:clang::final
885 SavedContextState(S.DelayedDiagnostics.pushUndelayed()),
902 S.DelayedDiagnostics.popUndelayed(SavedContextState);
4596 return DelayedDiagnostics.push(pool);
4603 return DelayedDiagnostics.pushUndelayed();
4607 DelayedDiagnostics
[all...]
/freebsd-13-stable/contrib/llvm-project/clang/lib/Sema/
H A DSemaAvailability.cpp563 if (S.DelayedDiagnostics.shouldDelayDiagnostics()) {
564 S.DelayedDiagnostics.add(
H A DSemaAccess.cpp1453 if (S.DelayedDiagnostics.shouldDelayDiagnostics()) {
1454 S.DelayedDiagnostics.add(DelayedDiagnostic::makeAccess(Loc, Entity));
H A DSema.cpp979 assert(DelayedDiagnostics.getCurrentPool() == nullptr
H A DSemaDeclAttr.cpp7777 assert(DelayedDiagnostics.getCurrentPool());
7778 DelayedDiagnosticPool &poppedPool = *DelayedDiagnostics.getCurrentPool();
7779 DelayedDiagnostics.popWithoutEmitting(state);
7834 DelayedDiagnosticPool *curPool = DelayedDiagnostics.getCurrentPool();
H A DSemaType.cpp1958 if (S.DelayedDiagnostics.shouldDelayDiagnostics()) {
1959 S.DelayedDiagnostics.add(
6573 if (S.DelayedDiagnostics.shouldDelayDiagnostics()) {
6574 S.DelayedDiagnostics.add(
H A DSemaDecl.cpp13563 if (DelayedDiagnostics.shouldDelayDiagnostics())
13564 DelayedDiagnostics.add(

Completed in 400 milliseconds