HomeSort by: relevance | last modified time | path
    Searched defs:SkipWhitespace (Results 1 - 2 of 2) sorted by relevancy

  /src/external/apache2/llvm/dist/clang/lib/Frontend/
VerifyDiagnosticConsumer.cpp 260 void SkipWhitespace() {
582 PH.SkipWhitespace();
610 PH.SkipWhitespace();
  /src/external/apache2/llvm/dist/clang/lib/Lex/
Lexer.cpp 2193 /// SkipWhitespace - Efficiently skip over a series of whitespace characters.
2197 bool Lexer::SkipWhitespace(Token &Result, const char *CurPtr,
2668 SkipWhitespace(Result, CurPtr+1, TokAtPhysicalStartOfLine);
3255 if (SkipWhitespace(Result, CurPtr, TokAtPhysicalStartOfLine))
3301 if (SkipWhitespace(Result, CurPtr, TokAtPhysicalStartOfLine))
3313 if (SkipWhitespace(Result, CurPtr, TokAtPhysicalStartOfLine))
3901 if (SkipWhitespace(Result, CurPtr, TokAtPhysicalStartOfLine))
3934 if (SkipWhitespace(Result, CurPtr, TokAtPhysicalStartOfLine))

Completed in 133 milliseconds