Home
last modified time | relevance | path

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

/freebsd-10-stable/contrib/llvm/tools/clang/lib/Tooling/
DJSONCompilationDatabase.cpp184 CommandsRefI = IndexByFile.find(Match); in getCompileCommands() local
185 if (CommandsRefI == IndexByFile.end()) in getCompileCommands()
188 getCommands(CommandsRefI->getValue(), Commands); in getCompileCommands()
197 CommandsRefI = IndexByFile.begin(); in getAllFiles() local
200 for (; CommandsRefI != CommandsRefEnd; ++CommandsRefI) { in getAllFiles()
201 Result.push_back(CommandsRefI->first().str()); in getAllFiles()
211 CommandsRefI = IndexByFile.begin(), CommandsRefEnd = IndexByFile.end(); in getAllCompileCommands() local
212 CommandsRefI != CommandsRefEnd; ++CommandsRefI) { in getAllCompileCommands()
213 getCommands(CommandsRefI->getValue(), Commands); in getAllCompileCommands()