Searched refs:AlternateForm (Results 1 – 2 of 2) sorted by relevance
57 bool AlternateForm = false;67 Precision == Other.Precision && AlternateForm == Other.AlternateForm;85 explicit ExpressionFormat(Kind Value, unsigned Precision, bool AlternateForm) in ExpressionFormat() 86 : Value(Value), Precision(Precision), AlternateForm(AlternateForm){}; in ExpressionFormat() 59 bool AlternateForm = false; global() member
49 StringRef AlternateFormPrefix = AlternateForm ? StringRef("0x") : StringRef(); in getWildcardRegex()110 StringRef AlternateFormPrefix = AlternateForm ? StringRef("0x") : StringRef(); in getMatchingString()143 !ValueIsSigned && AlternateForm && !StrVal.consume_front("0x"); in valueFromStringRepr()641 bool AlternateForm = FormatExpr.consume_front("#"); in parseNumericSubstitutionBlock() local665 Precision, AlternateForm); in parseNumericSubstitutionBlock()669 Precision, AlternateForm); in parseNumericSubstitutionBlock()677 if (AlternateForm && ExplicitFormat != ExpressionFormat::Kind::HexLower && in parseNumericSubstitutionBlock()