Searched refs:AsTypeExpr (Results 1 – 10 of 10) sorted by relevance
192 def AsTypeExpr : DStmt<Expr>;
4706 class AsTypeExpr : public Expr {4713 explicit AsTypeExpr(EmptyShell Empty) : Expr(AsTypeExprClass, Empty) {} in AsTypeExpr() function4716 AsTypeExpr(Expr* SrcExpr, QualType DstType, in AsTypeExpr() function
2341 DEF_TRAVERSE_STMT(AsTypeExpr, {})
1103 void StmtProfiler::VisitAsTypeExpr(const AsTypeExpr *S) { in VisitAsTypeExpr()
2419 void StmtPrinter::VisitAsTypeExpr(AsTypeExpr *Node) { in VisitAsTypeExpr()
1723 void ASTStmtReader::VisitAsTypeExpr(AsTypeExpr *E) { in VisitAsTypeExpr()3321 S = new (Context) AsTypeExpr(Empty); in ReadStmtFromStream()
1671 void ASTStmtWriter::VisitAsTypeExpr(AsTypeExpr *E) { in VisitAsTypeExpr()
567 Value *VisitAsTypeExpr(AsTypeExpr *CE);3394 Value *ScalarExprEmitter::VisitAsTypeExpr(AsTypeExpr *E) { in VisitAsTypeExpr()
11075 TreeTransform<Derived>::TransformAsTypeExpr(AsTypeExpr *E) { in TransformAsTypeExpr()
5011 return new (Context) AsTypeExpr(E, DstTy, VK, OK, BuiltinLoc, RParenLoc); in ActOnAsTypeExpr()