Searched refs:getTypeExpr (Results 1 – 5 of 5) sorted by relevance
271 if (const auto *typeExpr = decl->getTypeExpr()) in printImpl()305 if (const auto *typeExpr = decl->getTypeExpr()) in printImpl()311 if (const auto *typeExpr = decl->getTypeExpr()) in printImpl()
118 void visitImpl(const AttrConstraintDecl *decl) { visit(decl->getTypeExpr()); } in visitImpl()123 visit(decl->getTypeExpr()); in visitImpl()126 visit(decl->getTypeExpr()); in visitImpl()
711 Expr *getTypeExpr() { return typeExpr; } in getTypeExpr() function712 const Expr *getTypeExpr() const { return typeExpr; } in getTypeExpr() function786 Expr *getTypeExpr() { return typeExpr; } in getTypeExpr() function787 const Expr *getTypeExpr() const { return typeExpr; } in getTypeExpr() function809 Expr *getTypeExpr() { return typeExpr; } in getTypeExpr() function810 const Expr *getTypeExpr() const { return typeExpr; } in getTypeExpr() function
2319 if (auto *typeConstraintExpr = cst->getTypeExpr()) { in parseLetStmt()2575 if (const ast::Expr *typeExpr = cst->getTypeExpr()) { in validateVariableConstraint()2590 if (const ast::Expr *typeExpr = cst->getTypeExpr()) { in validateVariableConstraint()2597 if (const ast::Expr *typeExpr = cst->getTypeExpr()) { in validateVariableConstraint()
321 if (auto *typeConstraintExpr = cst->getTypeExpr()) in genNonInitializerVar()