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

  /external/clang/include/clang/Lex/
Token.h 240 /// hasLeadingSpace - Return true if this token has whitespace before it.
242 bool hasLeadingSpace() const { return (Flags & LeadingSpace) ? true : false; }
  /external/clang/lib/Lex/
PPMacroExpansion.cpp 259 bool HadLeadingSpace = Identifier.hasLeadingSpace();
286 // Propagate the isAtStartOfLine/hasLeadingSpace markers of the macro
289 bool hasLeadingSpace = Identifier.hasLeadingSpace();
296 Identifier.setFlagValue(Token::LeadingSpace, hasLeadingSpace);
    [all...]

Completed in 38 milliseconds