Home
last modified time | relevance | path

Searched refs:fromString (Results 1 – 11 of 11) sorted by relevance

/llvm-project/llvm/lib/BinaryFormat/
H A DMsgPackDocumentYAML.cpp69 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 DAMDGPUMetadataVerifier.cpp40 Node.fromString(StringValue); in verifyScalar()
/llvm-project/clang/unittests/Frontend/
H A DParsedSourceLocationTest.cpp21 std::optional<ParsedSourceRange> PSR = ParsedSourceRange::fromString(Value); in TEST()
/llvm-project/clang/tools/clang-refactor/
H A DClangRefactor.cpp61 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 DCommandLineSourceLoc.h80 static std::optional<ParsedSourceRange> fromString(StringRef Str) { in fromString() function
/llvm-project/llvm/include/llvm/Support/
H A DAMDGPUMetadata.h450 std::error_code fromString(StringRef String, Metadata &HSAMetadata);
/llvm-project/llvm/include/llvm/BinaryFormat/
H A DMsgPackDocument.h200 StringRef fromString(StringRef S, StringRef Tag = "");
/llvm-project/llvm/lib/Support/
H A DAMDGPUMetadata.cpp214 std::error_code fromString(StringRef String, Metadata &HSAMetadata) { in fromString() function
H A DAPInt.cpp118 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 DAPInt.h1994 void fromString(unsigned numBits, StringRef str, uint8_t radix);
/llvm-project/llvm/unittests/ADT/
H A DAPIntTest.cpp1168 TEST(APIntTest, fromString) { in TEST()
1100 TEST(APIntTest,fromString) TEST() argument