Lines Matching defs:emitError
658 bool emitError(llvm::Twine Message) {
684 emitError(llvm::Twine("availability message for available API '") +
707 emitError(llvm::Twine("nullability info for '") + APIName +
758 emitError("selector '" + M.Selector + "' is missing a ':' at the end");
771 emitError("'FactoryAsInit' is no longer valid; use 'SwiftName' instead");
812 emitError(llvm::Twine("duplicate definition of method '") +
829 emitError(llvm::Twine("duplicate definition of instance property '") +
836 emitError(llvm::Twine("duplicate definition of class property '") +
899 emitError(llvm::Twine("should declare SwiftImportAs to use "
905 emitError(llvm::Twine("should declare both SwiftReleaseOp and "
923 emitError(
929 emitError(llvm::Twine("cannot mix EnumKind and FlagEnum (for ") +
980 emitError(llvm::Twine("multiple definitions of class '") + Class.Name +
993 emitError(llvm::Twine("multiple definitions of protocol '") +
1006 emitError(llvm::Twine("multiple definitions of namespace '") +
1019 emitError(llvm::Twine("multiple definitions of global variable '") +
1039 emitError(llvm::Twine("multiple definitions of global function '") +
1054 emitError(llvm::Twine("multiple definitions of enumerator '") +
1071 emitError(llvm::Twine("multiple definitions of tag '") + Tag.Name +
1084 emitError(llvm::Twine("multiple definitions of typedef '") +