Home
last modified time | relevance | path

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

/freebsd-14.2/contrib/llvm-project/clang/include/clang/Lex/
H A DLexer.h612 bool LexTokenInternal(Token &Result, bool TokAtPhysicalStartOfLine);
753 bool &TokAtPhysicalStartOfLine);
755 bool &TokAtPhysicalStartOfLine);
757 bool &TokAtPhysicalStartOfLine);
/freebsd-14.2/contrib/llvm-project/clang/lib/Lex/
H A DLexer.cpp2432 bool &TokAtPhysicalStartOfLine) { in SkipWhitespace() argument
2488 TokAtPhysicalStartOfLine = true; in SkipWhitespace()
2508 bool &TokAtPhysicalStartOfLine) { in SkipLineComment() argument
2664 TokAtPhysicalStartOfLine = true; in SkipLineComment()
2790 bool &TokAtPhysicalStartOfLine) { in SkipBlockComment() argument
2993 SkipWhitespace(Result, CurPtr+1, TokAtPhysicalStartOfLine); in SkipBlockComment()
3712 if (SkipWhitespace(Result, CurPtr, TokAtPhysicalStartOfLine)) in LexTokenInternal()
3758 if (SkipWhitespace(Result, CurPtr, TokAtPhysicalStartOfLine)) in LexTokenInternal()
3770 if (SkipWhitespace(Result, CurPtr, TokAtPhysicalStartOfLine)) in LexTokenInternal()
4097 TokAtPhysicalStartOfLine)) in LexTokenInternal()
[all …]