Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/clang/include/clang/Lex/
H A DLexer.h630 bool LexTokenInternal(Token &Result, bool TokAtPhysicalStartOfLine);
766 bool &TokAtPhysicalStartOfLine);
768 bool &TokAtPhysicalStartOfLine);
770 bool &TokAtPhysicalStartOfLine);
/freebsd/contrib/llvm-project/clang/lib/Lex/
H A DLexer.cpp2509 bool &TokAtPhysicalStartOfLine) { in SkipWhitespace() argument
2565 TokAtPhysicalStartOfLine = true; in SkipWhitespace()
2585 bool &TokAtPhysicalStartOfLine) { in SkipLineComment() argument
2741 TokAtPhysicalStartOfLine = true; in SkipLineComment()
2867 bool &TokAtPhysicalStartOfLine) { in SkipBlockComment() argument
3070 SkipWhitespace(Result, CurPtr+1, TokAtPhysicalStartOfLine); in SkipBlockComment()
3740 bool Lexer::LexTokenInternal(Token &Result, bool TokAtPhysicalStartOfLine) { in LexTokenInternal() argument
3793 if (SkipWhitespace(Result, CurPtr, TokAtPhysicalStartOfLine)) in LexTokenInternal()
3839 if (SkipWhitespace(Result, CurPtr, TokAtPhysicalStartOfLine)) in LexTokenInternal()
3851 if (SkipWhitespace(Result, CurPtr, TokAtPhysicalStartOfLine)) in LexTokenInternal()
[all …]