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

Overridden By

lib/Support/YAMLTraits.cpp
  426 void Input::setError(const Twine &Message) {
  734 void Output::setError(const Twine &message) {

References

include/llvm/IR/ModuleSummaryIndexYAML.h
   74         io.setError("key not an integer");
  119       io.setError("key not an integer");
  210       io.setError("key not an integer");
include/llvm/Support/YAMLTraits.h
 1002       io.setError(Twine(Result));
 1022       YamlIO.setError(Twine(Result));
 1046       io.setError(Twine(Result));
 1069       io.setError(Err);
lib/ObjectYAML/ELFYAML.cpp
  905     YamlIO.setError("an unknown value is used for symbol's 'Other' field: " +
lib/ObjectYAML/ObjectYAML.cpp
   57         IO.setError("YAML Object File missing document type tag!");
   59         IO.setError("YAML Object File unsupported document type tag '" +
lib/Target/AMDGPU/SIMachineFunctionInfo.h
  179         YamlIO.setError("missing required key 'reg' or 'offset'");
lib/TextAPI/ELF/TBEHandler.cpp
  133       IO.setError("Not a .tbe YAML file.");
lib/TextAPI/MachO/TextStub.cpp
  776         IO.setError("unsupported file type");
tools/clang/lib/Format/Format.cpp
  358           IO.setError(Twine("Unknown value for BasedOnStyle: ", BasedOnStyle));
tools/clang/tools/extra/clang-tidy/ClangTidyOptions.cpp
   40       IO.setError("Too many elements in line range.");
tools/clang/tools/extra/clangd/index/YAMLSerialization.cpp
   80       I.setError(llvm::toString(ID.takeError()));
tools/lld/lib/ReaderWriter/MachO/MachONormalizedFileYAML.cpp
  779     io.setError(stream.str());
  784     io.setError(Twine("file is wrong architecture. Expected ("
tools/lld/lib/ReaderWriter/YAML/ReaderWriterYAML.cpp
  189     _io.setError(Twine("no such atom name: ") + name);
  198       _io.setError(Twine("duplicate atom name: ") + name);
tools/llvm-ifs/llvm-ifs.cpp
  190       IO.setError("Not a .ifs YAML file.");