Home
last modified time | relevance | path

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

/openbsd/gnu/llvm/clang/lib/Tooling/
H A DJSONCompilationDatabase.cpp246 for (const auto &CommandRef : IndexByFile) in getAllFiles() local
247 Result.push_back(CommandRef.first().str()); in getAllFiles()
316 for (const auto &CommandRef : CommandsRef) { in getCommands() local
320 auto Output = std::get<3>(CommandRef); in getCommands()
322 std::get<0>(CommandRef)->getValue(DirectoryStorage), in getCommands()
323 std::get<1>(CommandRef)->getValue(FilenameStorage), in getCommands()
324 nodeToCommandLine(Syntax, std::get<2>(CommandRef)), in getCommands()