Searched refs:TokAtPhysicalStartOfLine (Results 1 - 2 of 2) sorted by relevance

/external/clang/include/clang/Lex/
H A DLexer.h468 bool LexTokenInternal(Token &Result, bool TokAtPhysicalStartOfLine);
611 bool &TokAtPhysicalStartOfLine);
613 bool &TokAtPhysicalStartOfLine);
615 bool &TokAtPhysicalStartOfLine);
/external/clang/lib/Lex/
H A DLexer.cpp1960 bool &TokAtPhysicalStartOfLine) {
2005 TokAtPhysicalStartOfLine = true;
2019 bool &TokAtPhysicalStartOfLine) {
2145 TokAtPhysicalStartOfLine = true;
2257 bool &TokAtPhysicalStartOfLine) {
2408 SkipWhitespace(Result, CurPtr+1, TokAtPhysicalStartOfLine);
2903 bool Lexer::LexTokenInternal(Token &Result, bool TokAtPhysicalStartOfLine) { argument
2954 if (SkipWhitespace(Result, CurPtr, TokAtPhysicalStartOfLine))
2993 if (SkipWhitespace(Result, CurPtr, TokAtPhysicalStartOfLine))
3005 if (SkipWhitespace(Result, CurPtr, TokAtPhysicalStartOfLine))
1959 SkipWhitespace(Token &Result, const char *CurPtr, bool &TokAtPhysicalStartOfLine) argument
2018 SkipLineComment(Token &Result, const char *CurPtr, bool &TokAtPhysicalStartOfLine) argument
2256 SkipBlockComment(Token &Result, const char *CurPtr, bool &TokAtPhysicalStartOfLine) argument
[all...]

Completed in 55 milliseconds