Home
last modified time | relevance | path

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

/freebsd-12.1/contrib/llvm/tools/clang/include/clang/Lex/
H A DLexer.h554 bool LexTokenInternal(Token &Result, bool TokAtPhysicalStartOfLine);
697 bool &TokAtPhysicalStartOfLine);
699 bool &TokAtPhysicalStartOfLine);
701 bool &TokAtPhysicalStartOfLine);
/freebsd-12.1/contrib/llvm/tools/clang/lib/Lex/
H A DLexer.cpp2179 bool &TokAtPhysicalStartOfLine) { in SkipWhitespace() argument
2224 TokAtPhysicalStartOfLine = true; in SkipWhitespace()
2238 bool &TokAtPhysicalStartOfLine) { in SkipLineComment() argument
2369 TokAtPhysicalStartOfLine = true; in SkipLineComment()
2481 bool &TokAtPhysicalStartOfLine) { in SkipBlockComment() argument
2632 SkipWhitespace(Result, CurPtr+1, TokAtPhysicalStartOfLine); in SkipBlockComment()
3215 if (SkipWhitespace(Result, CurPtr, TokAtPhysicalStartOfLine)) in LexTokenInternal()
3260 if (SkipWhitespace(Result, CurPtr, TokAtPhysicalStartOfLine)) in LexTokenInternal()
3272 if (SkipWhitespace(Result, CurPtr, TokAtPhysicalStartOfLine)) in LexTokenInternal()
3595 TokAtPhysicalStartOfLine)) in LexTokenInternal()
[all …]