Home
last modified time | relevance | path

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

/freebsd-13.1/contrib/llvm-project/clang/lib/Tooling/
H A 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()
/freebsd-13.1/contrib/llvm-project/clang/include/clang/Tooling/
H A DJSONCompilationDatabase.h125 llvm::StringMap<std::vector<CompileCommandRef>> IndexByFile; variable