Searched defs:AsTypeExpr (Results 1 - 1 of 1) sorted by relevance

/external/clang/include/clang/AST/
H A DExpr.h4293 /// AsTypeExpr - Clang builtin function __builtin_astype [OpenCL 6.2.4.2]
4296 class AsTypeExpr : public Expr { // Should this be an ExplicitCastExpr? class in class:clang::StringLiteral::OffsetOfExpr::DesignatedInitExpr
4303 explicit AsTypeExpr(EmptyShell Empty) : Expr(AsTypeExprClass, Empty) {} function in class:clang::StringLiteral::OffsetOfExpr::DesignatedInitExpr::AsTypeExpr
4306 AsTypeExpr(Expr* SrcExpr, QualType DstType, function in class:clang::StringLiteral::OffsetOfExpr::DesignatedInitExpr::AsTypeExpr
4334 static bool classof(const AsTypeExpr *) { return true; }

Completed in 29 milliseconds