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()114 StringRef AlternateFormPrefix = AlternateForm ? StringRef("0x") : StringRef(); in getMatchingString()148 bool MissingFormPrefix = AlternateForm && !StrVal.consume_front("0x"); in valueFromStringRepr()791 bool AlternateForm = FormatExpr.consume_front("#"); in parseNumericSubstitutionBlock() local815 Precision, AlternateForm); in parseNumericSubstitutionBlock()819 Precision, AlternateForm); in parseNumericSubstitutionBlock()827 if (AlternateForm && ExplicitFormat != ExpressionFormat::Kind::HexLower && in parseNumericSubstitutionBlock()