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

/external/clang/lib/Tooling/
H A DJSONCompilationDatabase.cpp183 CommandsRefI = IndexByFile.find(Match);
184 if (CommandsRefI == IndexByFile.end())
187 getCommands(CommandsRefI->getValue(), Commands);
196 CommandsRefI = IndexByFile.begin(); local
199 for (; CommandsRefI != CommandsRefEnd; ++CommandsRefI) {
200 Result.push_back(CommandsRefI->first().str());
210 CommandsRefI = IndexByFile.begin(), CommandsRefEnd = IndexByFile.end();
211 CommandsRefI != CommandsRefEnd; ++CommandsRefI) {
[all...]

Completed in 340 milliseconds