Home
last modified time | relevance | path

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

/llvm-project-15.0.7/clang/include/clang/Lex/
H A DLexer.h608 bool LexTokenInternal(Token &Result, bool TokAtPhysicalStartOfLine);
752 bool &TokAtPhysicalStartOfLine);
754 bool &TokAtPhysicalStartOfLine);
756 bool &TokAtPhysicalStartOfLine);
/llvm-project-15.0.7/clang/lib/Lex/
H A DLexer.cpp2301 bool &TokAtPhysicalStartOfLine) { in SkipWhitespace() argument
2357 TokAtPhysicalStartOfLine = true; in SkipWhitespace()
2377 bool &TokAtPhysicalStartOfLine) { in SkipLineComment() argument
2533 TokAtPhysicalStartOfLine = true; in SkipLineComment()
2659 bool &TokAtPhysicalStartOfLine) { in SkipBlockComment() argument
2862 SkipWhitespace(Result, CurPtr+1, TokAtPhysicalStartOfLine); in SkipBlockComment()
3572 if (SkipWhitespace(Result, CurPtr, TokAtPhysicalStartOfLine)) in LexTokenInternal()
3618 if (SkipWhitespace(Result, CurPtr, TokAtPhysicalStartOfLine)) in LexTokenInternal()
3630 if (SkipWhitespace(Result, CurPtr, TokAtPhysicalStartOfLine)) in LexTokenInternal()
3957 TokAtPhysicalStartOfLine)) in LexTokenInternal()
[all …]