Home
last modified time | relevance | path

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

/external/clang/lib/Lex/
DLexer.cpp2559 bool atPhysicalStartOfLine = IsAtPhysicalStartOfLine; in isNextPPTokenLParen() local
2570 IsAtPhysicalStartOfLine = atPhysicalStartOfLine; in isNextPPTokenLParen()
2888 bool atPhysicalStartOfLine = IsAtPhysicalStartOfLine; in Lex() local
2892 bool returnedToken = LexTokenInternal(Result, atPhysicalStartOfLine); in Lex()