Searched refs:AsTypeExpr (Results 1 – 10 of 10) sorted by relevance
178 def AsTypeExpr : DStmt<Expr>;
4522 class AsTypeExpr : public Expr {4529 explicit AsTypeExpr(EmptyShell Empty) : Expr(AsTypeExprClass, Empty) {} in AsTypeExpr() function4532 AsTypeExpr(Expr* SrcExpr, QualType DstType, in AsTypeExpr() function
2325 DEF_TRAVERSE_STMT(AsTypeExpr, { })
773 void StmtProfiler::VisitAsTypeExpr(const AsTypeExpr *S) { in VisitAsTypeExpr()
1979 void StmtPrinter::VisitAsTypeExpr(AsTypeExpr *Node) { in VisitAsTypeExpr()
1663 void ASTStmtReader::VisitAsTypeExpr(AsTypeExpr *E) { in VisitAsTypeExpr()2456 S = new (Context) AsTypeExpr(Empty); in ReadStmtFromStream()
1618 void ASTStmtWriter::VisitAsTypeExpr(AsTypeExpr *E) { in VisitAsTypeExpr()
525 Value *VisitAsTypeExpr(AsTypeExpr *CE);3184 Value *ScalarExprEmitter::VisitAsTypeExpr(AsTypeExpr *E) { in VisitAsTypeExpr()
9393 TreeTransform<Derived>::TransformAsTypeExpr(AsTypeExpr *E) { in TransformAsTypeExpr()
4535 return Owned(new (Context) AsTypeExpr(E, DstTy, VK, OK, BuiltinLoc, in ActOnAsTypeExpr()