| /llvm-project-15.0.7/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 | 42 Node.fromString(StringValue); in verifyScalar()
|
| /llvm-project-15.0.7/clang/unittests/Frontend/ |
| H A D | ParsedSourceLocationTest.cpp | 20 Optional<ParsedSourceRange> PSR = ParsedSourceRange::fromString(Value); in TEST()
|
| /llvm-project-15.0.7/clang/tools/clang-refactor/ |
| H A D | ClangRefactor.cpp | 60 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 D | CommandLineSourceLoc.h | 79 static Optional<ParsedSourceRange> fromString(StringRef Str) { in fromString() function
|
| /llvm-project-15.0.7/llvm/include/llvm/Support/ |
| H A D | AMDGPUMetadata.h | 449 std::error_code fromString(StringRef String, Metadata &HSAMetadata);
|
| /llvm-project-15.0.7/llvm/include/llvm/BinaryFormat/ |
| H A D | MsgPackDocument.h | 195 StringRef fromString(StringRef S, StringRef Tag = "");
|
| /llvm-project-15.0.7/llvm/lib/Support/ |
| H A D | AMDGPUMetadata.cpp | 213 std::error_code fromString(StringRef String, Metadata &HSAMetadata) { in fromString() function
|
| H A D | APInt.cpp | 116 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 D | AMDGPUTargetStreamer.cpp | 54 if (HSAMD::fromString(HSAMetadataString, HSAMetadata)) in EmitHSAMetadataV2()
|
| /llvm-project-15.0.7/llvm/lib/Target/AMDGPU/ |
| H A D | AMDGPUHSAMetadataStreamer.cpp | 62 if (fromString(HSAMetadataString, FromHSAMetadataString)) { in verify()
|
| /llvm-project-15.0.7/llvm/include/llvm/ADT/ |
| H A D | APInt.h | 1904 void fromString(unsigned numBits, StringRef str, uint8_t radix);
|
| /llvm-project-15.0.7/llvm/unittests/ADT/ |
| H A D | APIntTest.cpp | 1095 TEST(APIntTest, fromString) { in TEST() argument
|