Home
last modified time | relevance | path

Searched refs:curPool (Results 1 – 2 of 2) sorted by relevance

/external/clang/lib/Sema/
DSemaDeclAttr.cpp6464 DelayedDiagnosticPool *curPool = DelayedDiagnostics.getCurrentPool(); in redelayDiagnostics() local
6465 assert(curPool && "re-emitting in undelayed context not supported"); in redelayDiagnostics()
6466 curPool->steal(pool); in redelayDiagnostics()
/external/llvm-project/clang/lib/Sema/
DSemaDeclAttr.cpp8488 DelayedDiagnosticPool *curPool = DelayedDiagnostics.getCurrentPool(); in redelayDiagnostics() local
8489 assert(curPool && "re-emitting in undelayed context not supported"); in redelayDiagnostics()
8490 curPool->steal(pool); in redelayDiagnostics()