Searched defs:fromString (Results 1 – 3 of 3) sorted by relevance
73 static Optional<ParsedSourceRange> fromString(StringRef Str) { in fromString() function
208 std::error_code fromString(std::string String, Metadata &HSAMetadata) { in fromString() function
1989 void APInt::fromString(unsigned numbits, StringRef str, uint8_t radix) { in fromString() function in APInt