Searched refs:isDecimal (Results 1 – 3 of 3) sorted by relevance
584 bool isDecimal = false; in lexHTMLCharacterReference() local600 isDecimal = true; in lexHTMLCharacterReference()623 else if (isDecimal) in lexHTMLCharacterReference()
776 else if (BTy->isDecimal()) in constructTypeDIE()
1071 bool isDecimal() const { return Kind == FixedPointDecimal; } in isDecimal() function