Home
last modified time | relevance | path

Searched defs:consumeWhitespace (Results 1 – 4 of 4) sorted by relevance

/llvm-project/clang/lib/Tooling/Transformer/
H A DParsing.cpp149 static StringRef consumeWhitespace(StringRef S) { in consumeWhitespace() function
/llvm-project/mlir/lib/Query/Matcher/
H A DParser.cpp209 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 DCommentParser.cpp146 void consumeWhitespace() { in consumeWhitespace() function in clang::comments::TextTokenRetokenizer
/llvm-project/clang/lib/ASTMatchers/Dynamic/
H A DParser.cpp301 void consumeWhitespace() { in consumeWhitespace() function in clang::ast_matchers::dynamic::Parser::CodeTokenizer