Home | History | Annotate | Download | only in Lex

Lines Matching refs:hasLeadingSpace

249     bool HadLeadingSpace = Identifier.hasLeadingSpace();
276 // Propagate the isAtStartOfLine/hasLeadingSpace markers of the macro
279 bool hasLeadingSpace = Identifier.hasLeadingSpace();
286 Identifier.setFlagValue(Token::LeadingSpace, hasLeadingSpace);