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

/external/clang/include/clang/AST/
H A DExprCXX.h164 /// CXXDynamicCastExpr, CXXReinterpretCastExpr, and CXXConstCastExpr.
306 /// CXXConstCastExpr - A C++ @c const_cast expression (C++ [expr.const.cast]),
311 class CXXConstCastExpr : public CXXNamedCastExpr { class in namespace:clang
312 CXXConstCastExpr(QualType ty, ExprValueKind VK, Expr *op, function in class:clang::CXXConstCastExpr
318 explicit CXXConstCastExpr(EmptyShell Empty) function in class:clang::CXXConstCastExpr
322 static CXXConstCastExpr *Create(ASTContext &Context, QualType T,
326 static CXXConstCastExpr *CreateEmpty(ASTContext &Context);
331 static bool classof(const CXXConstCastExpr *) { return true; }

Completed in 75 milliseconds