reference, declarationdefinition
definition → references, declarations, derived classes, virtual overrides
reference to multiple definitions → definitions
unreferenced

Declarations

tools/clang/tools/extra/clang-include-fixer/FuzzySymbolIndex.h
   44   static std::vector<std::string> tokenize(llvm::StringRef Text);

References

tools/clang/tools/extra/clang-include-fixer/FuzzySymbolIndex.cpp
   22       auto Tokens = tokenize(Symbol.Symbol.getName());
   30     auto Tokens = tokenize(Query);
tools/clang/tools/extra/unittests/clang-include-fixer/FuzzySymbolIndexTests.cpp
   22   EXPECT_THAT(FuzzySymbolIndex::tokenize("URLHandlerCallback"),
   24   EXPECT_THAT(FuzzySymbolIndex::tokenize("snake_case11"),
   26   EXPECT_THAT(FuzzySymbolIndex::tokenize("__$42!!BOB\nbob"),
   37   auto Tokens = FuzzySymbolIndex::tokenize(Identifier);
   45     return FuzzySymbolIndex::queryRegexp(FuzzySymbolIndex::tokenize(query));