Home
last modified time | relevance | path

Searched refs:IndexByFile (Results 1 – 4 of 4) 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/llvm-project/clang/lib/Tooling/
DJSONCompilationDatabase.cpp238 const auto CommandsRefI = IndexByFile.find(Match); in getCompileCommands()
239 if (CommandsRefI == IndexByFile.end()) in getCompileCommands()
249 for (const auto &CommandRef : IndexByFile) in getAllFiles()
434 IndexByFile[NativeFilePath].push_back(Cmd); in parse()
/external/clang/include/clang/Tooling/
DJSONCompilationDatabase.h117 llvm::StringMap<std::vector<CompileCommandRef>> IndexByFile; variable
/external/llvm-project/clang/include/clang/Tooling/
DJSONCompilationDatabase.h125 llvm::StringMap<std::vector<CompileCommandRef>> IndexByFile; variable