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

/external/clang/lib/Lex/
H A DLexer.cpp1950 /// SkipWhitespace - Efficiently skip over a series of whitespace characters.
1955 bool Lexer::SkipWhitespace(Token &Result, const char *CurPtr, function in class:Lexer
2404 SkipWhitespace(Result, CurPtr+1, TokAtPhysicalStartOfLine);
2950 if (SkipWhitespace(Result, CurPtr, TokAtPhysicalStartOfLine))
2989 if (SkipWhitespace(Result, CurPtr, TokAtPhysicalStartOfLine))
3001 if (SkipWhitespace(Result, CurPtr, TokAtPhysicalStartOfLine))
3560 if (SkipWhitespace(Result, CurPtr, TokAtPhysicalStartOfLine))
3592 if (SkipWhitespace(Result, CurPtr, TokAtPhysicalStartOfLine))
/external/clang/include/clang/Lex/
H A DLexer.h610 bool SkipWhitespace (Token &Result, const char *CurPtr,
/external/clang/lib/Frontend/
H A DVerifyDiagnosticConsumer.cpp285 void SkipWhitespace() { function in class:__anon1070::ParseHelper
431 PH.SkipWhitespace();
461 PH.SkipWhitespace();
/external/v8/src/
H A Djson-parser.h72 inline void SkipWhitespace() { function in class:v8::internal::BASE_EMBEDDED
532 SkipWhitespace();
570 SkipWhitespace();

Completed in 151 milliseconds