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

/freebsd-10.2-release/contrib/llvm/tools/clang/lib/Tooling/
H A DJSONCompilationDatabase.cpp37 bool HasMoreInput = true; local
38 while (HasMoreInput && nextNonWhitespace()) {
40 HasMoreInput = parseStringInto(Argument);

Completed in 98 milliseconds