Searched refs:HasMoreInput (Results 1 - 1 of 1) sorted by relevance

/external/clang/lib/Tooling/
H A DJSONCompilationDatabase.cpp37 bool HasMoreInput = true; local
38 while (HasMoreInput && nextNonWhitespace()) {
40 HasMoreInput = parseStringInto(Argument);

Completed in 1194 milliseconds