Home
last modified time | relevance | path

Searched defs:fromString (Results 1 – 4 of 4) sorted by relevance

/freebsd/contrib/llvm-project/clang/include/clang/Frontend/
H A DCommandLineSourceLoc.h80 static std::optional<ParsedSourceRange> fromString(StringRef Str) { in fromString() function
/freebsd/contrib/llvm-project/llvm/lib/Support/
H A DAMDGPUMetadata.cpp214 std::error_code fromString(StringRef String, Metadata &HSAMetadata) { in fromString() function
H A DAPInt.cpp2083 void APInt::fromString(unsigned numbits, StringRef str, uint8_t radix) { in fromString() function in APInt
/freebsd/contrib/llvm-project/llvm/lib/BinaryFormat/
H A DMsgPackDocumentYAML.cpp69 StringRef DocNode::fromString(StringRef S, StringRef Tag) { in fromString() function in DocNode