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

/external/clang/include/clang/AST/
H A DExpr.h4703 /// AsTypeExpr - Clang builtin function __builtin_astype [OpenCL 6.2.4.2]
4706 class AsTypeExpr : public Expr { class in class:clang::StringLiteral::DesignatedInitExpr
4713 explicit AsTypeExpr(EmptyShell Empty) : Expr(AsTypeExprClass, Empty) {} function in class:clang::StringLiteral::DesignatedInitExpr::AsTypeExpr
4716 AsTypeExpr(Expr* SrcExpr, QualType DstType, function in class:clang::StringLiteral::DesignatedInitExpr::AsTypeExpr

Completed in 85 milliseconds