Home
last modified time | relevance | path

Searched refs:Tokenize (Results 1 – 4 of 4) sorted by relevance

/llvm-project/clang-tools-extra/unittests/clang-include-fixer/
H A DFuzzySymbolIndexTests.cpp21 TEST(FuzzySymbolIndexTest, Tokenize) { in TEST() argument
/llvm-project/flang/include/flang/Parser/
H A Dpreprocessor.h57 static TokenSequence Tokenize(const std::vector<std::string> &argNames,
/llvm-project/llvm/lib/Support/
H A DCommandLine.cpp1106 // Tokenize line. in ExpandBasePaths()
1179 // Tokenize the contents into NewArgv. in expandResponseFile()
1357 auto Tokenize = cl::TokenizeWindowsCommandLine; in expandResponseFiles()
1359 auto Tokenize = cl::TokenizeGNUCommandLine;
1364 Tokenize(*EnvValue, Saver, NewArgv, /*MarkEOLs=*/false); in ExpandResponseFiles()
1368 ExpansionContext ECtx(Saver.getAllocator(), Tokenize); in ExpandResponseFiles()
1505 auto Tokenize = cl::TokenizeWindowsCommandLine; in ParseCommandLineOptions()
1507 auto Tokenize = cl::TokenizeGNUCommandLine; in ParseCommandLineOptions()
1509 ExpansionContext ECtx(A, Tokenize); in ParseCommandLineOptions()
1341 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.cpp32 : replacement_{Tokenize({}, repl, firstToken, tokens)} {}
38 replacement_{Tokenize(argNames, repl, firstToken, tokens)} {}
86 TokenSequence Definition::Tokenize(const std::vector<std::string> &argNames, in Tokenize()
85 TokenSequence Definition::Tokenize(const std::vector<std::string> &argNames, Tokenize() function in Fortran::parser::Definition