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

/external/clang/lib/Tooling/
H A DJSONCompilationDatabase.cpp168 CommandsRefI = IndexByFile.find(NativeFilePath); local
169 if (CommandsRefI == IndexByFile.end())
171 const std::vector<CompileCommandRef> &CommandsRef = CommandsRefI->getValue();
189 CommandsRefI = IndexByFile.begin(); local
192 for (; CommandsRefI != CommandsRefEnd; ++CommandsRefI) {
193 Result.push_back(CommandsRefI->first().str());

Completed in 160 milliseconds