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

/external/clang/include/clang/Sema/
H A DDelayedDiagnostic.h239 class DelayedDiagnosticPool { class in namespace:clang::sema
240 const DelayedDiagnosticPool *Parent;
243 DelayedDiagnosticPool(const DelayedDiagnosticPool &) LLVM_DELETED_FUNCTION;
244 void operator=(const DelayedDiagnosticPool &) LLVM_DELETED_FUNCTION;
246 DelayedDiagnosticPool(const DelayedDiagnosticPool *parent) : Parent(parent) {} function in class:clang::sema::DelayedDiagnosticPool
247 ~DelayedDiagnosticPool() {
253 const DelayedDiagnosticPool *getParent() const { return Parent; }
266 void steal(DelayedDiagnosticPool
[all...]

Completed in 99 milliseconds