HomeSort by relevance Sort by last modified time
    Searched defs:IsAtStartOfLine (Results 1 - 2 of 2) sorted by null

  /external/clang/include/clang/Lex/
Lexer.h 79 // IsAtStartOfLine - True if the next lexed token should get the "start of
81 bool IsAtStartOfLine;
140 if (IsAtStartOfLine) {
142 IsAtStartOfLine = false;
  /external/clang/lib/Lex/
PPMacroExpansion.cpp 260 bool IsAtStartOfLine = Identifier.isAtStartOfLine();
268 if (!Identifier.isAtStartOfLine()) {
269 if (IsAtStartOfLine) Identifier.setFlag(Token::StartOfLine);
286 // Propagate the isAtStartOfLine/hasLeadingSpace markers of the macro
288 bool isAtStartOfLine = Identifier.isAtStartOfLine();
295 Identifier.setFlagValue(Token::StartOfLine , isAtStartOfLine);
    [all...]

Completed in 103 milliseconds