Home
last modified time | relevance | path

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

/openbsd/gnu/llvm/clang/include/clang/Lex/
H A DLexer.h608 bool LexTokenInternal(Token &Result, bool TokAtPhysicalStartOfLine);
752 bool &TokAtPhysicalStartOfLine);
754 bool &TokAtPhysicalStartOfLine);
756 bool &TokAtPhysicalStartOfLine);
/openbsd/gnu/llvm/clang/lib/Lex/
H A DLexer.cpp2362 bool &TokAtPhysicalStartOfLine) { in SkipWhitespace() argument
2418 TokAtPhysicalStartOfLine = true; in SkipWhitespace()
2438 bool &TokAtPhysicalStartOfLine) { in SkipLineComment() argument
2594 TokAtPhysicalStartOfLine = true; in SkipLineComment()
2720 bool &TokAtPhysicalStartOfLine) { in SkipBlockComment() argument
2923 SkipWhitespace(Result, CurPtr+1, TokAtPhysicalStartOfLine); in SkipBlockComment()
3640 if (SkipWhitespace(Result, CurPtr, TokAtPhysicalStartOfLine)) in LexTokenInternal()
3686 if (SkipWhitespace(Result, CurPtr, TokAtPhysicalStartOfLine)) in LexTokenInternal()
3698 if (SkipWhitespace(Result, CurPtr, TokAtPhysicalStartOfLine)) in LexTokenInternal()
4025 TokAtPhysicalStartOfLine)) in LexTokenInternal()
[all …]