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

Declarations

lib/Remarks/YAMLRemarkParser.h
   81   Error error(StringRef Message, yaml::Node &Node);

References

lib/Remarks/YAMLRemarkParser.cpp
  203     return error("document root is not of mapping type.", *YAMLRoot);
  251         return error("wrong value type for key.", RemarkField);
  260       return error("unknown key.", RemarkField);
  267     return error("Type, Pass, Name or Function missing.",
  283     return error("expected a remark tag.", Node);
  291   return error("key is not a string.", Node);
  297     return error("expected a value of scalar type.", Node);
  313     return error("expected a value of scalar type.", Node);
  316     return error("expected a value of integer type.", *Value);
  324     return error("expected a value of mapping type.", Node);
  352       return error("unknown entry in DebugLoc map.", DLNode);
  358     return error("DebugLoc node incomplete.", Node);
  366     return error("expected a value of mapping type.", Node);
  382         return error("only one DebugLoc entry is allowed per argument.",
  394       return error("only one string entry is allowed per argument.", ArgEntry);
  407     return error("argument key is missing.", *ArgMap);
  409     return error("argument value is missing.", *ArgMap);
  433     return error("expected a value of scalar type.", Node);