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

  /external/llvm/include/llvm/MC/MCParser/
AsmLexer.h 32 bool isAtStartOfLine;
  /external/clang/include/clang/Lex/
Token.h 259 /// isAtStartOfLine - Return true if this token is at the start of a line.
261 bool isAtStartOfLine() const { return (Flags & StartOfLine) ? true : false; }
  /external/clang/lib/Lex/
PPMacroExpansion.cpp 531 // Propagate the isAtStartOfLine/hasLeadingSpace markers of the macro
533 bool isAtStartOfLine = Identifier.isAtStartOfLine();
540 Identifier.setFlagValue(Token::StartOfLine , isAtStartOfLine);
    [all...]

Completed in 4207 milliseconds