Searched refs:harmony_numeric_literals_ (Results 1 – 2 of 2) sorted by relevance
436 return harmony_numeric_literals_; in HarmonyNumericLiterals()439 harmony_numeric_literals_ = numeric_literals; in SetHarmonyNumericLiterals()655 bool harmony_numeric_literals_; variable
39 harmony_numeric_literals_(false), in Scanner()816 } else if (harmony_numeric_literals_ && (c0_ == 'o' || c0_ == 'O')) { in ScanNumber()826 } else if (harmony_numeric_literals_ && (c0_ == 'b' || c0_ == 'B')) { in ScanNumber()