Searched defs:IsAtStartOfLine (Results 1 - 2 of 2) sorted by relevance

/external/clang/include/clang/Lex/
H A DLexer.h79 // IsAtStartOfLine - True if the next lexed token should get the "start of
81 bool IsAtStartOfLine; member in class:clang::Lexer
140 if (IsAtStartOfLine) {
142 IsAtStartOfLine = false;
/external/clang/lib/Lex/
H A DPPMacroExpansion.cpp260 bool IsAtStartOfLine = Identifier.isAtStartOfLine(); local
269 if (IsAtStartOfLine) Identifier.setFlag(Token::StartOfLine);

Completed in 291 milliseconds