Home
last modified time | relevance | path

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

/llvm-project-15.0.7/clang/lib/Sema/
H A DSemaDeclAttr.cpp9506 DelayedDiagnosticPool *curPool = DelayedDiagnostics.getCurrentPool(); in redelayDiagnostics() local
9507 assert(curPool && "re-emitting in undelayed context not supported"); in redelayDiagnostics()
9508 curPool->steal(pool); in redelayDiagnostics()