Home
last modified time | relevance | path

Searched defs:Tokenize (Results 1 – 3 of 3) sorted by relevance

/llvm-project/clang-tools-extra/unittests/clang-include-fixer/
H A DFuzzySymbolIndexTests.cpp21 TEST(FuzzySymbolIndexTest, Tokenize) { in TEST() argument
/llvm-project/llvm/lib/Support/
H A DCommandLine.cpp1341 auto Tokenize = cl::TokenizeWindowsCommandLine; expandResponseFiles() local
1489 auto Tokenize = cl::TokenizeWindowsCommandLine; ParseCommandLineOptions() local
1491 auto Tokenize = cl::TokenizeGNUCommandLine; ParseCommandLineOptions() local
/llvm-project/flang/lib/Parser/
H A Dpreprocessor.cpp85 TokenSequence Definition::Tokenize(const std::vector<std::string> &argNames, Tokenize() function in Fortran::parser::Definition