Searched refs:SkipWhitespace (Results 1 – 4 of 4) sorted by relevance
/external/v8/src/ |
D | json-parser.h | 72 inline void SkipWhitespace() { in SkipWhitespace() function 532 SkipWhitespace(); in ParseJsonNumber() 570 SkipWhitespace(); in ParseJsonNumber()
|
/external/clang/lib/Frontend/ |
D | VerifyDiagnosticConsumer.cpp | 285 void SkipWhitespace() { in SkipWhitespace() function in __anone9f7e9310211::ParseHelper 431 PH.SkipWhitespace(); in ParseDirective() 461 PH.SkipWhitespace(); in ParseDirective()
|
/external/clang/lib/Lex/ |
D | Lexer.cpp | 1955 bool Lexer::SkipWhitespace(Token &Result, const char *CurPtr, in SkipWhitespace() function in Lexer 2404 SkipWhitespace(Result, CurPtr+1, TokAtPhysicalStartOfLine); in SkipBlockComment() 2950 if (SkipWhitespace(Result, CurPtr, TokAtPhysicalStartOfLine)) in LexTokenInternal() 2989 if (SkipWhitespace(Result, CurPtr, TokAtPhysicalStartOfLine)) in LexTokenInternal() 3001 if (SkipWhitespace(Result, CurPtr, TokAtPhysicalStartOfLine)) in LexTokenInternal() 3560 if (SkipWhitespace(Result, CurPtr, TokAtPhysicalStartOfLine)) in LexTokenInternal() 3592 if (SkipWhitespace(Result, CurPtr, TokAtPhysicalStartOfLine)) in LexTokenInternal()
|
/external/clang/include/clang/Lex/ |
D | Lexer.h | 610 bool SkipWhitespace (Token &Result, const char *CurPtr,
|