Searched defs:consumeWhitespace (Results 1 – 4 of 4) sorted by relevance
/llvm-project/clang/lib/Tooling/Transformer/ | ||
H A D | Parsing.cpp | 149 static StringRef consumeWhitespace(StringRef S) { in consumeWhitespace() function |
/llvm-project/mlir/lib/Query/Matcher/ | ||
H A D | Parser.cpp | 209 void consumeWhitespace() { code = code.ltrim(" \t\v\f\r"); } in consumeWhitespace() function in mlir::query::matcher::internal::Parser::CodeTokenizer |
/llvm-project/clang/lib/AST/ | ||
H A D | CommentParser.cpp | 146 void consumeWhitespace() { in consumeWhitespace() function in clang::comments::TextTokenRetokenizer |
/llvm-project/clang/lib/ASTMatchers/Dynamic/ | ||
H A D | Parser.cpp | 301 void consumeWhitespace() { in consumeWhitespace() function in clang::ast_matchers::dynamic::Parser::CodeTokenizer |