Home
last modified time | relevance | path

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

/external/llvm-project/clang/include/clang/Parse/
DRAIIObjectsForParser.h76 if (!DiagnosticPool.pool_empty()) in redelay()
78 assert(DiagnosticPool.pool_empty()); in redelay()
/external/clang/lib/Parse/
DRAIIObjectsForParser.h76 if (!DiagnosticPool.pool_empty()) in redelay()
78 assert(DiagnosticPool.pool_empty()); in redelay()
/external/clang/include/clang/Sema/
DDelayedDiagnostic.h291 bool pool_empty() const { return Diagnostics.empty(); } in pool_empty() function
/external/llvm-project/clang/include/clang/Sema/
DDelayedDiagnostic.h319 bool pool_empty() const { return Diagnostics.empty(); } in pool_empty() function