Home
last modified time | relevance | path

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

/openbsd-src/gnu/llvm/clang/include/clang/Sema/
H A DDelayedDiagnostic.h263 class DelayedDiagnosticPool {
264 const DelayedDiagnosticPool *Parent;
268 DelayedDiagnosticPool(const DelayedDiagnosticPool *parent) : Parent(parent) {} in DelayedDiagnosticPool() function
270 DelayedDiagnosticPool(const DelayedDiagnosticPool &) = delete;
271 DelayedDiagnosticPool &operator=(const DelayedDiagnosticPool &) = delete;
273 DelayedDiagnosticPool(DelayedDiagnosticPool &&Other) in DelayedDiagnosticPool() function
278 DelayedDiagnosticPool &operator=(DelayedDiagnosticPool &&Other) {
285 ~DelayedDiagnosticPool() { in ~DelayedDiagnosticPool()
291 const DelayedDiagnosticPool *getParent() const { return Parent; } in getParent()
304 void steal(DelayedDiagnosticPool &pool) { in steal()
H A DSema.h225 class DelayedDiagnosticPool; variable
932 sema::DelayedDiagnosticPool *SavedPool;
943 sema::DelayedDiagnosticPool *CurPool;
955 sema::DelayedDiagnosticPool *getCurrentPool() const { in getCurrentPool()
961 DelayedDiagnosticsState push(sema::DelayedDiagnosticPool &pool) { in push()
5328 ParsingDeclState PushParsingDeclaration(sema::DelayedDiagnosticPool &pool) { in PushParsingDeclaration()
5343 void redelayDiagnostics(sema::DelayedDiagnosticPool &pool);
/openbsd-src/gnu/llvm/clang/include/clang/Parse/
H A DRAIIObjectsForParser.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()
/openbsd-src/gnu/llvm/clang/lib/Sema/
H A DSemaDeclAttr.cpp9705 DelayedDiagnosticPool &poppedPool = *DelayedDiagnostics.getCurrentPool(); in PopParsingDeclaration()
9720 const DelayedDiagnosticPool *pool = &poppedPool; in PopParsingDeclaration()
9723 for (DelayedDiagnosticPool::pool_iterator in PopParsingDeclaration()
9760 void Sema::redelayDiagnostics(DelayedDiagnosticPool &pool) { in redelayDiagnostics()
9761 DelayedDiagnosticPool *curPool = DelayedDiagnostics.getCurrentPool(); in redelayDiagnostics()