HomeSort by: relevance | last modified time | path
    Searched defs:fromString (Results 1 - 4 of 4) sorted by relevancy

  /src/external/apache2/llvm/dist/llvm/lib/Support/
AMDGPUMetadata.cpp 213 std::error_code fromString(StringRef String, Metadata &HSAMetadata) {
  /src/external/apache2/llvm/dist/clang/include/clang/Frontend/
CommandLineSourceLoc.h 32 static ParsedSourceLocation FromString(StringRef Str) {
79 static Optional<ParsedSourceRange> fromString(StringRef Str) {
94 auto Begin = ParsedSourceLocation::FromString(RangeSplit.first);
127 Val = ParsedSourceLocation::FromString(ArgValue);
  /src/external/apache2/llvm/dist/llvm/lib/BinaryFormat/
MsgPackDocumentYAML.cpp 70 StringRef DocNode::fromString(StringRef S, StringRef Tag) {
117 N.fromString(toString(), "");
183 return S.fromString(Str, Tag);
212 KeyObj.fromString(Key, "");
  /src/external/apache2/llvm/dist/clang/tools/clang-refactor/
ClangRefactor.cpp 60 static std::unique_ptr<SourceSelectionArgument> fromString(StringRef Value);
147 SourceSelectionArgument::fromString(StringRef Value) {
157 Optional<ParsedSourceRange> Range = ParsedSourceRange::fromString(Value);
290 ParsedSelection = SourceSelectionArgument::fromString(*Selection);

Completed in 34 milliseconds