HomeSort by relevance Sort by last modified time
    Searched refs:DelayedDiagnosticPool (Results 1 - 4 of 4) sorted by null

  /external/clang/include/clang/Sema/
DelayedDiagnostic.h 239 class DelayedDiagnosticPool {
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) {}
247 ~DelayedDiagnosticPool() {
253 const DelayedDiagnosticPool *getParent() const { return Parent; }
266 void steal(DelayedDiagnosticPool &pool)
    [all...]
Sema.h 195 class DelayedDiagnosticPool;
487 sema::DelayedDiagnosticPool *SavedPool;
498 sema::DelayedDiagnosticPool *CurPool;
510 sema::DelayedDiagnosticPool *getCurrentPool() const {
516 DelayedDiagnosticsState push(sema::DelayedDiagnosticPool &pool) {
    [all...]
  /external/clang/lib/Parse/
RAIIObjectsForParser.h 46 sema::DelayedDiagnosticPool DiagnosticPool;
86 sema::DelayedDiagnosticPool DiagnosticPool;
102 const sema::DelayedDiagnosticPool *parentPool)
124 sema::DelayedDiagnosticPool &getDelayedDiagnosticPool() {
127 const sema::DelayedDiagnosticPool &getDelayedDiagnosticPool() const {
180 const sema::DelayedDiagnosticPool &getDelayedDiagnosticPool() const {
  /external/clang/lib/Sema/
SemaDeclAttr.cpp     [all...]

Completed in 562 milliseconds