Searched refs:RewriteType (Results 1 – 5 of 5) sorted by relevance
298 StringRef RewriteType; in parseEntry() local312 RewriteType = Key->getValue(KeyStorage); in parseEntry()313 if (RewriteType.equals("function")) in parseEntry()315 else if (RewriteType.equals("global variable")) in parseEntry()317 else if (RewriteType.equals("global alias")) in parseEntry()
130 RewriteType RewriteType::get(Context &context) { in get()
142 .Case([&](RewriteType) { os << "Rewrite"; }) in print() argument
228 class RewriteType : public Type::TypeBase<detail::RewriteTypeStorage> {233 static RewriteType get(Context &context);
1913 ast::RewriteType::get(ctx)); in parseInlineRewriteLambdaExpr()2533 if (type.isa<ast::ConstraintType, ast::RewriteType>()) { in createVariableDecl()2720 declType = ast::RewriteType::get(ctx); in createDeclRefExpr()2974 if (eleTy.isa<ast::ConstraintType, ast::RewriteType, ast::TupleType>()) { in createTupleExpr()