Searched refs:getAsDouble (Results 1 – 3 of 3) sorted by relevance
597 bool StringRef::getAsDouble(double &Result, bool AllowInexact) const { in getAsDouble() function in StringRef
531 bool getAsDouble(double &Result, bool AllowInexact = true) const;
399 if (Flt.getString().getAsDouble(Val, false)) in parseSingleFloat()