Home
last modified time | relevance | path

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

/freebsd-13.1/contrib/llvm-project/clang/include/clang/Lex/
H A DLexer.h572 bool LexTokenInternal(Token &Result, bool TokAtPhysicalStartOfLine);
715 bool &TokAtPhysicalStartOfLine);
717 bool &TokAtPhysicalStartOfLine);
719 bool &TokAtPhysicalStartOfLine);
/freebsd-13.1/contrib/llvm-project/clang/lib/Lex/
H A DLexer.cpp2213 bool &TokAtPhysicalStartOfLine) { in SkipWhitespace() argument
2269 TokAtPhysicalStartOfLine = true; in SkipWhitespace()
2289 bool &TokAtPhysicalStartOfLine) { in SkipLineComment() argument
2420 TokAtPhysicalStartOfLine = true; in SkipLineComment()
2546 bool &TokAtPhysicalStartOfLine) { in SkipBlockComment() argument
2697 SkipWhitespace(Result, CurPtr+1, TokAtPhysicalStartOfLine); in SkipBlockComment()
3289 if (SkipWhitespace(Result, CurPtr, TokAtPhysicalStartOfLine)) in LexTokenInternal()
3335 if (SkipWhitespace(Result, CurPtr, TokAtPhysicalStartOfLine)) in LexTokenInternal()
3347 if (SkipWhitespace(Result, CurPtr, TokAtPhysicalStartOfLine)) in LexTokenInternal()
3672 TokAtPhysicalStartOfLine)) in LexTokenInternal()
[all …]