Home
last modified time | relevance | path

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

/freebsd-12.1/contrib/llvm/tools/clang/lib/Tooling/
H A DJSONCompilationDatabase.cpp230 const auto CommandsRefI = IndexByFile.find(Match); in getCompileCommands()
231 if (CommandsRefI == IndexByFile.end()) in getCompileCommands()
241 for (const auto &CommandRef : IndexByFile) in getAllFiles()
379 IndexByFile[NativeFilePath].push_back(Cmd); in parse()
/freebsd-12.1/contrib/llvm/tools/clang/include/clang/Tooling/
H A DJSONCompilationDatabase.h126 llvm::StringMap<std::vector<CompileCommandRef>> IndexByFile; variable