reference, declarationdefinition
definition → references, declarations, derived classes, virtual overrides
reference to multiple definitions → definitions
unreferenced

Declarations

include/llvm/ObjectYAML/yaml2obj.h
   44 class Input;

References

include/llvm/ObjectYAML/yaml2obj.h
   56 bool convertYAML(Input &YIn, raw_ostream &Out, ErrorHandler ErrHandler,
include/llvm/Support/YAMLTraits.h
 1512   std::unique_ptr<Input::HNode> createHNodes(Node *node);
 1692 typename std::enable_if<has_DocumentListTraits<T>::value, Input &>::type
 1693 operator>>(Input &yin, T &docList) {
 1709                                Input &>::type
 1710 operator>>(Input &yin, T &docMap) {
 1721 typename std::enable_if<has_SequenceTraits<T>::value, Input &>::type
 1722 operator>>(Input &yin, T &docSeq) {
 1732 typename std::enable_if<has_BlockScalarTraits<T>::value, Input &>::type
 1733 operator>>(Input &In, T &Val) {
 1743 typename std::enable_if<has_CustomMappingTraits<T>::value, Input &>::type
 1744 operator>>(Input &In, T &Val) {
 1753 inline typename std::enable_if<has_PolymorphicTraits<T>::value, Input &>::type
 1754 operator>>(Input &In, T &Val) {
 1764                                Input &>::type
 1765 operator>>(Input &yin, T &docSeq) {
lib/BinaryFormat/MsgPackDocumentYAML.cpp
  245   yaml::Input Yin(S);
lib/CodeGen/MIRParser/MIRParser.cpp
   54   yaml::Input In;
lib/ObjectYAML/DWARFEmitter.cpp
  353   yaml::Input YIn(YAMLString);
lib/ObjectYAML/ObjectYAML.cpp
   35     Input &In = (Input &)IO;
lib/ObjectYAML/yaml2obj.cpp
   21 bool convertYAML(yaml::Input &YIn, raw_ostream &Out, ErrorHandler ErrHandler,
   62   yaml::Input YIn(Yaml);
lib/Support/AMDGPUMetadata.cpp
  210   yaml::Input YamlInput(String);
lib/Support/YAMLTraits.cpp
  372 std::unique_ptr<Input::HNode> Input::createHNodes(Node *N) {
lib/TextAPI/ELF/TBEHandler.cpp
  146   yaml::Input YamlIn(Buf);
lib/TextAPI/MachO/TextStub.cpp
 1111   yaml::Input YAMLIn(InputBuffer.getBuffer(), &Ctx, DiagHandler, &Ctx);
lib/Transforms/IPO/LowerTypeTests.cpp
 1677     yaml::Input In(ReadSummaryFile->getBuffer());
lib/Transforms/IPO/WholeProgramDevirt.cpp
  752     yaml::Input In(ReadSummaryFile->getBuffer());
lib/XRay/InstrumentationMap.cpp
  189   yaml::Input In(StringRef(MappedFile.data(), MappedFile.size()));
lib/XRay/Trace.cpp
  353   Input In(Data);
tools/clang/lib/Format/Format.cpp
 1155   llvm::yaml::Input Input(Text);
tools/clang/lib/StaticAnalyzer/Checkers/Yaml.h
   43   llvm::yaml::Input Input(Buffer.get()->getBuffer());
tools/clang/lib/Tooling/Refactoring/AtomicChange.cpp
  238   llvm::yaml::Input YAML(YAMLContent);
tools/clang/tools/clang-rename/ClangRename.cpp
  114     llvm::yaml::Input YAML(Buffer.get()->getBuffer());
tools/clang/tools/driver/cc1gen_reproducer_main.cpp
  170   llvm::yaml::Input YAML(Buffer.get()->getBuffer());
tools/clang/tools/extra/clang-apply-replacements/lib/Tooling/ApplyReplacements.cpp
   68     yaml::Input YIn(Out.get()->getBuffer(), nullptr, &eatDiagnostics);
  112     yaml::Input YIn(Out.get()->getBuffer(), nullptr, &eatDiagnostics);
tools/clang/tools/extra/clang-include-fixer/find-all-symbols/SymbolInfo.cpp
  130   llvm::yaml::Input yin(Yaml);
tools/clang/tools/extra/clang-include-fixer/tool/ClangIncludeFixer.cpp
  297     llvm::yaml::Input yin(InsertHeader);
tools/clang/tools/extra/clang-tidy/ClangTidyOptions.cpp
  322   llvm::yaml::Input Input(LineFilter);
  328   llvm::yaml::Input Input(Config);
tools/clang/tools/extra/clangd/index/YAMLSerialization.cpp
  363   llvm::yaml::Input Yin(Data, &Strings);
tools/clang/unittests/Tooling/DiagnosticsYamlTest.cpp
  117   yaml::Input YAML(YAMLContent);
tools/clang/unittests/Tooling/ReplacementsYamlTest.cpp
   87   yaml::Input YAML(YamlContent);
  113   yaml::Input YAML(YamlContent);
tools/dsymutil/DebugMap.cpp
  138   yaml::Input yin((*ErrOrFile)->getBuffer(), &Ctxt);
tools/lld/lib/ReaderWriter/MachO/MachONormalizedFileYAML.cpp
  809   llvm::yaml::Input yin(mb->getBuffer(), &yamlContext);
tools/lld/lib/ReaderWriter/YAML/ReaderWriterYAML.cpp
 1365     llvm::yaml::Input yin(mb->getBuffer(), &yamlContext);
tools/lldb/source/Commands/CommandObjectReproducer.cpp
  334       yaml::Input yin((*error_or_file)->getBuffer());
tools/lldb/source/Plugins/Process/gdb-remote/GDBRemoteCommunicationReplayServer.cpp
  185   yaml::Input yin((*error_or_file)->getBuffer());
tools/lldb/source/Utility/Reproducer.cpp
  214   yaml::Input yin((*error_or_file)->getBuffer());
  317   llvm::yaml::Input yin((*error_or_file)->getBuffer());
tools/lldb/unittests/Process/minidump/MinidumpParserTest.cpp
   58     llvm::yaml::Input YIn(yaml);
   79   llvm::yaml::Input YIn(R"(
tools/lldb/unittests/TestingSupport/TestUtilities.cpp
   41     llvm::yaml::Input YIn(Yaml);
tools/llvm-exegesis/lib/BenchmarkResult.cpp
  338     yaml::Input Yin(*ExpectedMemoryBuffer.get());
  355     yaml::Input Yin(*ExpectedMemoryBuffer.get());
  388   yaml::Input Yin(InputContent);
tools/llvm-ifs/llvm-ifs.cpp
  211   yaml::Input YamlIn(FileReadBuffer->getBuffer());
  359   yaml::Input YIn(YamlStr);
tools/llvm-pdbutil/llvm-pdbutil.cpp
  756   llvm::yaml::Input In(Buffer->getBuffer());
tools/yaml2obj/yaml2obj.cpp
   65   yaml::Input YIn(Buf.get()->getBuffer());
unittests/ObjectYAML/MinidumpYAMLTest.cpp
   22   yaml::Input YIn(Yaml);
unittests/ObjectYAML/YAML2ObjTest.cpp
   75   yaml::Input YIn(Yaml);
unittests/Support/YAMLIOTest.cpp
   82     Input yin("---\nfoo:  3\nbar:  5\n...\n");
   91     Input yin("{foo: 3, bar: 5}");
  102   Input yin("{foo: 3; bar: 5}", nullptr, suppressErrorMessages);
  112   Input yin("---\n - foo:  3\n   bar:  5\n - foo:  7\n   bar:  9\n...\n");
  131     Input yin2("---\nfbs:\n - foo: 3\n   bar: 5\n - foo: 7\n   bar: 9\n...\n");
  144     Input yin("---\nfbs:\n...\n");
  153     Input yin("---\nfbs: !!null null\n...\n");
  162     Input yin("---\nfbs: ~\n...\n");
  171     Input yin("---\nfbs: null\n...\n");
  185     Input yin("---\nfbs:\n   foo: 3\n   bar: 5\n...\n", nullptr,
  195     Input yin("---\nfbs: 'scalar'\n...\n", nullptr, suppressErrorMessages);
  225     Input yin(intermediate);
  249   Input yin(*Buffer, nullptr, testErrorFilename);
  298     Input YIn(Serialized);
  380   Input yin("---\n"
  453     Input yin(intermediate);
  522   Input yin("---\n"
  567     Input yin(intermediate);
  625   Input yin("---\n"
  655     Input yin(intermediate);
  784     Input yin(intermediate);
  856   Input yin("---\n"
  928   Input yin("---\n"
  961     Input yin(intermediate);
 1052     Input yin(intermediate);
 1141     Input yin(intermediate);
 1176     Input yin(intermediate);
 1197     Input yin(intermediate);
 1318     Input yin(intermediate);
 1365     Input yin(intermediate);
 1434   Input yin("---\n - hours:  1\n   seconds:  5\n - seconds:  59\n...\n");
 1460     Input yin(intermediate);
 1556   Input yin("---\n - kind:  A\n   flags:  a2\n - kind:  B\n   flags:  b1\n...\n");
 1585     Input yin(intermediate);
 1636   Input yin("---\nfoo:  3\nbar:  5\n...\n");
 1669     Input yin(intermediate);
 1728   Input yin("--- !decimal\nvalue:  3.0\n"
 1757     Input yin(intermediate);
 1801   Input yin("--- \nvalue:  3.0\n"
 1877     Input yin(intermediate);
 1903   Input yin("---\n"
 1920   Input yin("---\n"
 1938   Input yin("---\n"
 1956   Input yin("---\n"
 1974   Input yin("---\n"
 1992   Input yin("---\n"
 2010   Input yin("---\n"
 2028   Input yin("---\n"
 2047   Input yin("---\n"
 2066   Input yin("---\n"
 2085   Input yin("---\n"
 2103   Input yin("---\n"
 2122   Input yin("---\n"
 2140   Input yin("---\n"
 2158   Input yin("---\n"
 2176   Input yin("---\n"
 2195   Input yin("---\n"
 2214   Input yin("---\n"
 2232   Input yin("---\n"
 2250   Input yin("---\n"
 2267     Input yin("{foo:3, bar: 5}", /*Ctxt=*/nullptr, suppressErrorMessages);
 2273     Input yin("---\nfoo:3\nbar: 5\n...\n", /*Ctxt=*/nullptr, suppressErrorMessages);
 2325   Input yin(intermediate);
 2345   Input yin("");
 2352   Input yin("");
 2359   Input yin("", /*Ctxt=*/nullptr, suppressErrorMessages);
 2583   Input yin(out);
 2616   Input yin(out);
 2959     Input yin(intermediate);
 2991     Input yin(intermediate);
usr/include/c++/7.4.0/type_traits
 1633     { typedef _Tp   type; };