Searched defs:typeError (Results 1 – 3 of 3) sorted by relevance
35 static Error typeError(StringRef ID, const ASTNodeKind &Kind) { in typeError() function40 static Error typeError(StringRef ID, const ASTNodeKind &Kind, in typeError() function
65 bool WebAssemblyAsmTypeCheck::typeError(SMLoc ErrorLoc, const Twine &Msg) { in typeError() function in llvm::WebAssemblyAsmTypeCheck
1113 Error typeError = std::move(source->typeMergingError); in addDebug() local