Home
last modified time | relevance | path

Searched defs:QueryDriverGlobs (Results 1 – 4 of 4) sorted by relevance

/llvm-project/clang-tools-extra/clangd/indexer/
H A DIndexerMain.cpp41 static llvm::cl::list<std::string> QueryDriverGlobs{ variable
/llvm-project/clang-tools-extra/clangd/
H A DSystemIncludeExtractor.cpp510 : QueryDriverRegex(convertGlobsToRegex(QueryDriverGlobs)) {} in SystemIncludeExtractor() argument
535 if (QueryDriverGlobs.empty()) in getSystemIncludeExtractor() argument
H A DClangdServer.h168 std::vector<std::string> QueryDriverGlobs; global() member
/llvm-project/clang-tools-extra/clangd/tool/
H A DClangdMain.cpp136 list<std::string> QueryDriverGlobs{ variable