Searched refs:consumeWhitespace (Results 1 - 3 of 3) sorted by relevance

/freebsd-13-stable/contrib/llvm-project/clang/lib/Tooling/Transformer/
H A DParsing.cpp150 static StringRef consumeWhitespace(StringRef S) { function
157 State.Input = consumeWhitespace(State.Input);
166 State.Input = consumeWhitespace(State.Input);
177 State.Input = consumeWhitespace(State.Input);
275 State.Input = consumeWhitespace(State.Input);
/freebsd-13-stable/contrib/llvm-project/clang/lib/AST/
H A DCommentParser.cpp121 void consumeWhitespace() { function in class:clang::comments::TextTokenRetokenizer
159 consumeWhitespace();
192 consumeWhitespace();
/freebsd-13-stable/contrib/llvm-project/clang/lib/ASTMatchers/Dynamic/
H A DParser.cpp108 consumeWhitespace();
299 void consumeWhitespace() { function in class:clang::ast_matchers::dynamic::Parser::CodeTokenizer

Completed in 152 milliseconds