Searched refs:AsTypeExpr (Results 1 – 10 of 10) sorted by relevance
202 def AsTypeExpr : DStmt<Expr>;
5231 class AsTypeExpr : public Expr {5238 explicit AsTypeExpr(EmptyShell Empty) : Expr(AsTypeExprClass, Empty) {} in AsTypeExpr() function5241 AsTypeExpr(Expr* SrcExpr, QualType DstType, in AsTypeExpr() function
2621 DEF_TRAVERSE_STMT(AsTypeExpr, {})
1898 void ASTStmtReader::VisitAsTypeExpr(AsTypeExpr *E) { in VisitAsTypeExpr()3357 S = new (Context) AsTypeExpr(Empty); in ReadStmtFromStream()
1804 void ASTStmtWriter::VisitAsTypeExpr(AsTypeExpr *E) { in VisitAsTypeExpr()
1534 void StmtProfiler::VisitAsTypeExpr(const AsTypeExpr *S) { in VisitAsTypeExpr()
2367 void StmtPrinter::VisitAsTypeExpr(AsTypeExpr *Node) { in VisitAsTypeExpr()
802 Value *VisitAsTypeExpr(AsTypeExpr *CE);4237 Value *ScalarExprEmitter::VisitAsTypeExpr(AsTypeExpr *E) { in VisitAsTypeExpr()
12296 TreeTransform<Derived>::TransformAsTypeExpr(AsTypeExpr *E) { in TransformAsTypeExpr()
5561 return new (Context) AsTypeExpr(E, DstTy, VK, OK, BuiltinLoc, RParenLoc); in ActOnAsTypeExpr()