Home
last modified time | relevance | path

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

/freebsd-12-stable/contrib/llvm-project/clang/lib/Lex/
DLexer.cpp2860 bool atPhysicalStartOfLine = IsAtPhysicalStartOfLine; in isNextPPTokenLParen() local
2871 IsAtPhysicalStartOfLine = atPhysicalStartOfLine; in isNextPPTokenLParen()
3220 bool atPhysicalStartOfLine = IsAtPhysicalStartOfLine; in Lex() local
3224 bool returnedToken = LexTokenInternal(Result, atPhysicalStartOfLine); in Lex()