OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:pool_empty
(Results
1 - 2
of
2
) sorted by null
/external/clang/lib/Parse/
RAIIObjectsForParser.h
76
if (!DiagnosticPool.
pool_empty
())
78
assert(DiagnosticPool.
pool_empty
());
/external/clang/include/clang/Sema/
DelayedDiagnostic.h
291
bool
pool_empty
() const { return Diagnostics.empty(); }
function in class:clang::sema::DelayedDiagnosticPool
Completed in 320 milliseconds