Home | History | Annotate | Download | only in AST

Lines Matching refs:AsTypeExpr

4548 /// AsTypeExpr - Clang builtin function __builtin_astype [OpenCL 6.2.4.2]
4551 class AsTypeExpr : public Expr {
4558 explicit AsTypeExpr(EmptyShell Empty) : Expr(AsTypeExprClass, Empty) {}
4561 AsTypeExpr(Expr* SrcExpr, QualType DstType,