Searched refs:AlternateForm (Results 1 – 2 of 2) sorted by relevance
58 bool AlternateForm = false; member68 Precision == Other.Precision && AlternateForm == Other.AlternateForm;86 explicit ExpressionFormat(Kind Value, unsigned Precision, bool AlternateForm) in ExpressionFormat()87 : Value(Value), Precision(Precision), AlternateForm(AlternateForm){}; in ExpressionFormat()
48 StringRef AlternateFormPrefix = AlternateForm ? StringRef("0x") : StringRef(); in getWildcardRegex()109 StringRef AlternateFormPrefix = AlternateForm ? StringRef("0x") : StringRef(); in getMatchingString()142 !ValueIsSigned && AlternateForm && !StrVal.consume_front("0x"); in valueFromStringRepr()678 bool AlternateForm = FormatExpr.consume_front("#"); in parseNumericSubstitutionBlock() local702 Precision, AlternateForm); in parseNumericSubstitutionBlock()706 Precision, AlternateForm); in parseNumericSubstitutionBlock()714 if (AlternateForm && ExplicitFormat != ExpressionFormat::Kind::HexLower && in parseNumericSubstitutionBlock()