Home | History | Annotate | Download | only in Lex

Lines Matching refs:hasLeadingSpace

335     // Propagate the isAtStartOfLine/hasLeadingSpace markers of the macro
338 bool hasLeadingSpace = Identifier.hasLeadingSpace();
345 Identifier.setFlagValue(Token::LeadingSpace, hasLeadingSpace);