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

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

Completed in 164 milliseconds