Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/clang/lib/Lex/
H A DLexer.cpp3219 bool atPhysicalStartOfLine = IsAtPhysicalStartOfLine; in isNextPPTokenLParen() local
3230 IsAtPhysicalStartOfLine = atPhysicalStartOfLine; in isNextPPTokenLParen()
3700 bool atPhysicalStartOfLine = IsAtPhysicalStartOfLine; in Lex() local
3704 bool returnedToken = LexTokenInternal(Result, atPhysicalStartOfLine); in Lex()