Home
last modified time | relevance | path

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

/llvm-project-15.0.7/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.cpp42 Node.fromString(StringValue); in verifyScalar()
/llvm-project-15.0.7/clang/unittests/Frontend/
H A DParsedSourceLocationTest.cpp20 Optional<ParsedSourceRange> PSR = ParsedSourceRange::fromString(Value); in TEST()
/llvm-project-15.0.7/clang/tools/clang-refactor/
H A DClangRefactor.cpp60 static std::unique_ptr<SourceSelectionArgument> fromString(StringRef Value);
147 SourceSelectionArgument::fromString(StringRef Value) { in fromString() function in __anonc4972ed60111::SourceSelectionArgument
157 Optional<ParsedSourceRange> Range = ParsedSourceRange::fromString(Value); in fromString()
290 ParsedSelection = SourceSelectionArgument::fromString(*Selection); in parseSelectionArgument()
/llvm-project-15.0.7/clang/include/clang/Frontend/
H A DCommandLineSourceLoc.h79 static Optional<ParsedSourceRange> fromString(StringRef Str) { in fromString() function
/llvm-project-15.0.7/llvm/include/llvm/Support/
H A DAMDGPUMetadata.h449 std::error_code fromString(StringRef String, Metadata &HSAMetadata);
/llvm-project-15.0.7/llvm/include/llvm/BinaryFormat/
H A DMsgPackDocument.h195 StringRef fromString(StringRef S, StringRef Tag = "");
/llvm-project-15.0.7/llvm/lib/Support/
H A DAMDGPUMetadata.cpp213 std::error_code fromString(StringRef String, Metadata &HSAMetadata) { in fromString() function
H A DAPInt.cpp116 fromString(numbits, Str, radix); in APInt()
2088 void APInt::fromString(unsigned numbits, StringRef str, uint8_t radix) { in fromString() function in APInt
/llvm-project-15.0.7/llvm/lib/Target/AMDGPU/MCTargetDesc/
H A DAMDGPUTargetStreamer.cpp54 if (HSAMD::fromString(HSAMetadataString, HSAMetadata)) in EmitHSAMetadataV2()
/llvm-project-15.0.7/llvm/lib/Target/AMDGPU/
H A DAMDGPUHSAMetadataStreamer.cpp62 if (fromString(HSAMetadataString, FromHSAMetadataString)) { in verify()
/llvm-project-15.0.7/llvm/include/llvm/ADT/
H A DAPInt.h1904 void fromString(unsigned numBits, StringRef str, uint8_t radix);
/llvm-project-15.0.7/llvm/unittests/ADT/
H A DAPIntTest.cpp1095 TEST(APIntTest, fromString) { in TEST() argument