Searched refs:fromString (Results 1 – 11 of 11) sorted by relevance
/llvm-project/llvm/lib/BinaryFormat/ |
H A D | MsgPackDocumentYAML.cpp | 69 StringRef DocNode::fromString(StringRef S, StringRef Tag) { in fromString() function in DocNode 116 N.fromString(toString(), ""); in getYAMLTag() 182 return S.fromString(Str, Tag); in input() 211 KeyObj.fromString(Key, ""); in inputOne()
|
H A D | AMDGPUMetadataVerifier.cpp | 40 Node.fromString(StringValue); in verifyScalar()
|
/llvm-project/clang/unittests/Frontend/ |
H A D | ParsedSourceLocationTest.cpp | 21 std::optional<ParsedSourceRange> PSR = ParsedSourceRange::fromString(Value); in TEST()
|
/llvm-project/clang/tools/clang-refactor/ |
H A D | ClangRefactor.cpp | 61 static std::unique_ptr<SourceSelectionArgument> fromString(StringRef Value); 148 SourceSelectionArgument::fromString(StringRef Value) { in fromString() function in __anon41cec7790111::SourceSelectionArgument 158 std::optional<ParsedSourceRange> Range = ParsedSourceRange::fromString(Value); in fromString() 292 ParsedSelection = SourceSelectionArgument::fromString(*Selection); in parseSelectionArgument()
|
/llvm-project/clang/include/clang/Frontend/ |
H A D | CommandLineSourceLoc.h | 80 static std::optional<ParsedSourceRange> fromString(StringRef Str) { in fromString() function
|
/llvm-project/llvm/include/llvm/Support/ |
H A D | AMDGPUMetadata.h | 450 std::error_code fromString(StringRef String, Metadata &HSAMetadata);
|
/llvm-project/llvm/include/llvm/BinaryFormat/ |
H A D | MsgPackDocument.h | 200 StringRef fromString(StringRef S, StringRef Tag = "");
|
/llvm-project/llvm/lib/Support/ |
H A D | AMDGPUMetadata.cpp | 214 std::error_code fromString(StringRef String, Metadata &HSAMetadata) { in fromString() function
|
H A D | APInt.cpp | 118 fromString(numbits, Str, radix); in APInt() 2087 void APInt::fromString(unsigned numbits, StringRef str, uint8_t radix) { in fromString() 2083 void APInt::fromString(unsigned numbits, StringRef str, uint8_t radix) { fromString() function in APInt
|
/llvm-project/llvm/include/llvm/ADT/ |
H A D | APInt.h | 1994 void fromString(unsigned numBits, StringRef str, uint8_t radix);
|
/llvm-project/llvm/unittests/ADT/ |
H A D | APIntTest.cpp | 1168 TEST(APIntTest, fromString) { in TEST() 1100 TEST(APIntTest,fromString) TEST() argument
|