Searched refs:StructLiteralExprAST (Results 1 – 4 of 4) sorted by relevance
44 void dump(StructLiteralExprAST *node);83 PrintExprAST, ReturnExprAST, StructLiteralExprAST, VarDeclExprAST, in dump()152 void ASTDumper::dump(StructLiteralExprAST *node) { in dump()
422 getConstantAttr(StructLiteralExprAST &lit) { in getConstantAttr()434 auto *structLit = llvm::cast<StructLiteralExprAST>(var.get()); in getConstantAttr()458 mlir::Value mlirGen(StructLiteralExprAST &lit) { in mlirGen()553 return mlirGen(cast<StructLiteralExprAST>(expr)); in mlirGen()
98 class StructLiteralExprAST : public ExprAST {102 StructLiteralExprAST(Location loc, in StructLiteralExprAST() function
212 return std::make_unique<StructLiteralExprAST>(std::move(loc), in parseStructLiteralExpr()