Searched defs:tokenize (Results 1 – 6 of 6) sorted by relevance
54 def tokenize(string): member in BooleanExpression
66 std::vector<std::string> FuzzySymbolIndex::tokenize(StringRef Text) { in tokenize() function in clang::include_fixer::FuzzySymbolIndex
108 void ScriptLexer::tokenize(MemoryBufferRef mb) { tokenize() function in ScriptLexer
575 std::vector<syntax::Token> syntax::tokenize(const FileRange &FR, in tokenize() function in syntax608 std::vector<syntax::Token> syntax::tokenize(FileID FID, const SourceManager &SM, in tokenize() function in syntax
163 std::vector<syntax::Token> tokenize(llvm::StringRef Text) { in tokenize() function in __anoncc5043de0111::TokenCollectorTest
1015 std::vector<const char *> ArgParser::tokenize(StringRef s) { tokenize() function in lld::coff::ArgParser