Home
last modified time | relevance | path

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

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