Home
last modified time | relevance | path

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

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