Searched refs:SkipWhitespace (Results 1 – 3 of 3) sorted by relevance
| /freebsd-14-stable/contrib/llvm-project/clang/lib/Frontend/ |
| HD | VerifyDiagnosticConsumer.cpp | 258 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/ |
| HD | Lexer.h | 752 bool SkipWhitespace (Token &Result, const char *CurPtr,
|
| /freebsd-14-stable/contrib/llvm-project/clang/lib/Lex/ |
| HD | Lexer.cpp | 2487 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()
|