Home
last modified time | relevance | path

Searched defs:DelayedDiagnosticPool (Results 1 – 2 of 2) sorted by relevance

/freebsd/contrib/llvm-project/clang/include/clang/Sema/
H A DDelayedDiagnostic.h270 DelayedDiagnosticPool(const DelayedDiagnosticPool *parent) : Parent(parent) {} in DelayedDiagnosticPool() function
275 DelayedDiagnosticPool(DelayedDiagnosticPool &&Other) in DelayedDiagnosticPool() function
H A DSema.h240 class DelayedDiagnosticPool; variable