Home
last modified time | relevance | path

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

/llvm-project/clang-tools-extra/clang-query/tool/
H A DClangQuery.cpp65 static cl::list<std::string> CommandFiles("f", variable
93 if (!Commands.empty() && !CommandFiles.empty()) { in main()
98 if ((!Commands.empty() || !CommandFiles.empty()) && !PreloadFile.empty()) { in main()
144 } else if (!CommandFiles.empty()) { in main()
145 for (auto &CommandFile : CommandFiles) { in main()