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