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

/external/clang/include/clang/AST/
H A DExprCXX.h179 /// reinterpret_cast, and CXXConstCastExpr for \c const_cast.
333 class CXXConstCastExpr : public CXXNamedCastExpr { class in namespace:clang
334 CXXConstCastExpr(QualType ty, ExprValueKind VK, Expr *op, function in class:clang::CXXConstCastExpr
340 explicit CXXConstCastExpr(EmptyShell Empty) function in class:clang::CXXConstCastExpr
344 static CXXConstCastExpr *Create(const ASTContext &Context, QualType T,
349 static CXXConstCastExpr *CreateEmpty(const ASTContext &Context);

Completed in 89 milliseconds