Home
last modified time | relevance | path

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

/external/llvm-project/clang-tools-extra/clang-include-fixer/
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
DFuzzySymbolIndex.h48 static std::string queryRegexp(const std::vector<std::string> &Tokens);
/external/llvm-project/clang-tools-extra/unittests/clang-include-fixer/
DFuzzySymbolIndexTests.cpp45 return FuzzySymbolIndex::queryRegexp(FuzzySymbolIndex::tokenize(query)); in TEST()