Searched refs:typeError (Results 1 – 2 of 2) 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() function195 return typeError(ID, Node->getNodeKind(), "MemberExpr"); in member()231 return typeError(ID, Node.getNodeKind(), in name()256 return typeError(ID, N->getNodeKind()); in operator ()()
913 Error typeError = std::move(source->typeMergingError); in addDebug() local914 if (typeError) { in addDebug()915 warnUnusable(source->file, std::move(typeError)); in addDebug()