Searched refs:Tokenize (Results 1 – 4 of 4) sorted by relevance
/llvm-project/clang-tools-extra/unittests/clang-include-fixer/ |
H A D | FuzzySymbolIndexTests.cpp | 21 TEST(FuzzySymbolIndexTest, Tokenize) { in TEST() argument
|
/llvm-project/flang/include/flang/Parser/ |
H A D | preprocessor.h | 57 static TokenSequence Tokenize(const std::vector<std::string> &argNames,
|
/llvm-project/llvm/lib/Support/ |
H A D | CommandLine.cpp | 1106 // 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 D | preprocessor.cpp | 32 : 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
|