Home
last modified time | relevance | path

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

/external/clang/lib/Tooling/
DJSONCompilationDatabase.cpp183 CommandsRefI = IndexByFile.find(Match); in getCompileCommands()
184 if (CommandsRefI == IndexByFile.end()) in getCompileCommands()
196 CommandsRefI = IndexByFile.begin(); in getAllFiles()
198 CommandsRefEnd = IndexByFile.end(); in getAllFiles()
337 IndexByFile[NativeFilePath].push_back(Cmd); in parse()
/external/clang/include/clang/Tooling/
DJSONCompilationDatabase.h117 llvm::StringMap<std::vector<CompileCommandRef>> IndexByFile; variable