Home
last modified time | relevance | path

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

/llvm-project/clang-tools-extra/clang-include-fixer/
H A DFuzzySymbolIndex.cpp31 llvm::Regex Pattern("^" + queryRegexp(Tokens)); in search()
118 FuzzySymbolIndex::queryRegexp(const std::vector<std::string> &Tokens) { in queryRegexp() function in clang::include_fixer::FuzzySymbolIndex
H A DFuzzySymbolIndex.h48 static std::string queryRegexp(const std::vector<std::string> &Tokens);
/llvm-project/clang-tools-extra/unittests/clang-include-fixer/
H A DFuzzySymbolIndexTests.cpp45 return FuzzySymbolIndex::queryRegexp(FuzzySymbolIndex::tokenize(query)); in TEST()