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 77 // IsAtStartOfLine - True if the next lexed token should get the "start of
79 bool IsAtStartOfLine;
138 if (IsAtStartOfLine) {
140 IsAtStartOfLine = false;
  /external/clang/lib/Lex/
PPMacroExpansion.cpp 250 bool IsAtStartOfLine = Identifier.isAtStartOfLine();
258 if (!Identifier.isAtStartOfLine()) {
259 if (IsAtStartOfLine) Identifier.setFlag(Token::StartOfLine);
276 // Propagate the isAtStartOfLine/hasLeadingSpace markers of the macro
278 bool isAtStartOfLine = Identifier.isAtStartOfLine();
285 Identifier.setFlagValue(Token::StartOfLine , isAtStartOfLine);
    [all...]

Completed in 22 milliseconds