Home
last modified time | relevance | path

Searched refs:DelayedDiagnosticPool (Results 1 – 4 of 4) sorted by relevance

/freebsd-11-stable/contrib/llvm-project/clang/include/clang/Sema/
HDDelayedDiagnostic.h268 class DelayedDiagnosticPool {
269 const DelayedDiagnosticPool *Parent;
273 DelayedDiagnosticPool(const DelayedDiagnosticPool *parent) : Parent(parent) {} in DelayedDiagnosticPool() function
275 DelayedDiagnosticPool(const DelayedDiagnosticPool &) = delete;
276 DelayedDiagnosticPool &operator=(const DelayedDiagnosticPool &) = delete;
278 DelayedDiagnosticPool(DelayedDiagnosticPool &&Other) in DelayedDiagnosticPool() function
283 DelayedDiagnosticPool &operator=(DelayedDiagnosticPool &&Other) {
290 ~DelayedDiagnosticPool() { in ~DelayedDiagnosticPool()
296 const DelayedDiagnosticPool *getParent() const { return Parent; } in getParent()
309 void steal(DelayedDiagnosticPool &pool) { in steal()
HDSema.h219 class DelayedDiagnosticPool; variable
756 sema::DelayedDiagnosticPool *SavedPool;
767 sema::DelayedDiagnosticPool *CurPool;
779 sema::DelayedDiagnosticPool *getCurrentPool() const { in getCurrentPool()
785 DelayedDiagnosticsState push(sema::DelayedDiagnosticPool &pool) { in push()
4415 ParsingDeclState PushParsingDeclaration(sema::DelayedDiagnosticPool &pool) { in PushParsingDeclaration()
4430 void redelayDiagnostics(sema::DelayedDiagnosticPool &pool);
/freebsd-11-stable/contrib/llvm-project/clang/include/clang/Parse/
HDRAIIObjectsForParser.h46 sema::DelayedDiagnosticPool DiagnosticPool;
92 sema::DelayedDiagnosticPool DiagnosticPool;
108 const sema::DelayedDiagnosticPool *parentPool) in ParsingDeclRAIIObject()
130 sema::DelayedDiagnosticPool &getDelayedDiagnosticPool() { in getDelayedDiagnosticPool()
133 const sema::DelayedDiagnosticPool &getDelayedDiagnosticPool() const { in getDelayedDiagnosticPool()
186 const sema::DelayedDiagnosticPool &getDelayedDiagnosticPool() const { in getDelayedDiagnosticPool()
/freebsd-11-stable/contrib/llvm-project/clang/lib/Sema/
HDSemaDeclAttr.cpp8316 DelayedDiagnosticPool &poppedPool = *DelayedDiagnostics.getCurrentPool(); in PopParsingDeclaration()
8331 const DelayedDiagnosticPool *pool = &poppedPool; in PopParsingDeclaration()
8334 for (DelayedDiagnosticPool::pool_iterator in PopParsingDeclaration()
8371 void Sema::redelayDiagnostics(DelayedDiagnosticPool &pool) { in redelayDiagnostics()
8372 DelayedDiagnosticPool *curPool = DelayedDiagnostics.getCurrentPool(); in redelayDiagnostics()