Home
last modified time | relevance | path

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

/freebsd-14-stable/contrib/llvm-project/clang/lib/Frontend/
HDVerifyDiagnosticConsumer.cpp258 void SkipWhitespace() { in SkipWhitespace() function in __anon1b193ee90211::ParseHelper
583 PH.SkipWhitespace(); in ParseDirective()
611 PH.SkipWhitespace(); in ParseDirective()
/freebsd-14-stable/contrib/llvm-project/clang/include/clang/Lex/
HDLexer.h752 bool SkipWhitespace (Token &Result, const char *CurPtr,
/freebsd-14-stable/contrib/llvm-project/clang/lib/Lex/
HDLexer.cpp2487 bool Lexer::SkipWhitespace(Token &Result, const char *CurPtr, in SkipWhitespace() function in Lexer
3049 SkipWhitespace(Result, CurPtr+1, TokAtPhysicalStartOfLine); in SkipBlockComment()
3768 if (SkipWhitespace(Result, CurPtr, TokAtPhysicalStartOfLine)) in LexTokenInternal()
3814 if (SkipWhitespace(Result, CurPtr, TokAtPhysicalStartOfLine)) in LexTokenInternal()
3826 if (SkipWhitespace(Result, CurPtr, TokAtPhysicalStartOfLine)) in LexTokenInternal()
4414 if (SkipWhitespace(Result, CurPtr, TokAtPhysicalStartOfLine)) in LexTokenInternal()
4447 if (SkipWhitespace(Result, CurPtr, TokAtPhysicalStartOfLine)) in LexTokenInternal()