Home
last modified time | relevance | path

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

/freebsd-src/contrib/llvm-project/clang/include/clang/Sema/
H A DDelayedDiagnostic.h273 DelayedDiagnosticPool &operator=(const DelayedDiagnosticPool &) = delete; in DelayedDiagnosticPool() function
268 DelayedDiagnosticPool(const DelayedDiagnosticPool *parent) : Parent(parent) {} DelayedDiagnosticPool() function
[all...]
H A DSema.h226 class DelayedDiagnosticPool; global() variable