Home
last modified time | relevance | path

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

/netbsd-src/external/apache2/llvm/dist/clang/lib/Tooling/
H A DJSONCompilationDatabase.cpp249 for (const auto &CommandRef : IndexByFile) in getAllFiles() local
250 Result.push_back(CommandRef.first().str()); in getAllFiles()
319 for (const auto &CommandRef : CommandsRef) { in getCommands() local
323 auto Output = std::get<3>(CommandRef); in getCommands()
325 std::get<0>(CommandRef)->getValue(DirectoryStorage), in getCommands()
326 std::get<1>(CommandRef)->getValue(FilenameStorage), in getCommands()
327 nodeToCommandLine(Syntax, std::get<2>(CommandRef)), in getCommands()