Home
last modified time | relevance | path

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

/llvm-project/clang/include/clang/Frontend/
H A DCommandLineSourceLoc.h80 static std::optional<ParsedSourceRange> fromString(StringRef Str) { in fromString() function
/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) { fromString() function in APInt
/llvm-project/llvm/lib/BinaryFormat/
H A DMsgPackDocumentYAML.cpp69 StringRef DocNode::fromString(StringRef S, StringRef Tag) { in fromString() function in DocNode
/llvm-project/clang/tools/clang-refactor/
H A DClangRefactor.cpp148 SourceSelectionArgument::fromString(StringRef Value) { in fromString() function in __anon41cec7790111::SourceSelectionArgument
/llvm-project/llvm/unittests/ADT/
H A DAPIntTest.cpp1100 TEST(APIntTest,fromString) TEST() argument