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

/freebsd-11-stable/contrib/llvm-project/clang/include/clang/Lex/
H A DLexer.h710 bool SkipWhitespace (Token &Result, const char *CurPtr,
/freebsd-11-stable/contrib/llvm-project/clang/lib/Frontend/
H A DVerifyDiagnosticConsumer.cpp258 void SkipWhitespace() { function in class:__anon530::ParseHelper
564 PH.SkipWhitespace();
592 PH.SkipWhitespace();
/freebsd-11-stable/contrib/llvm-project/clang/lib/Lex/
H A DLexer.cpp2183 /// SkipWhitespace - Efficiently skip over a series of whitespace characters.
2187 bool Lexer::SkipWhitespace(Token &Result, const char *CurPtr, function in class:Lexer
2641 SkipWhitespace(Result, CurPtr+1, TokAtPhysicalStartOfLine);
3225 if (SkipWhitespace(Result, CurPtr, TokAtPhysicalStartOfLine))
3270 if (SkipWhitespace(Result, CurPtr, TokAtPhysicalStartOfLine))
3282 if (SkipWhitespace(Result, CurPtr, TokAtPhysicalStartOfLine))
3870 if (SkipWhitespace(Result, CurPtr, TokAtPhysicalStartOfLine))
3903 if (SkipWhitespace(Result, CurPtr, TokAtPhysicalStartOfLine))

Completed in 117 milliseconds