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

/external/clang/include/clang/AST/
H A DExprCXX.h164 /// CXXDynamicCastExpr, CXXReinterpretCastExpr, and CXXConstCastExpr.
274 /// CXXReinterpretCastExpr - A C++ @c reinterpret_cast expression (C++
280 class CXXReinterpretCastExpr : public CXXNamedCastExpr { class in namespace:clang
281 CXXReinterpretCastExpr(QualType ty, ExprValueKind vk, CastKind kind, function in class:clang::CXXReinterpretCastExpr
288 CXXReinterpretCastExpr(EmptyShell Empty, unsigned pathSize) function in class:clang::CXXReinterpretCastExpr
292 static CXXReinterpretCastExpr *Create(ASTContext &Context, QualType T,
297 static CXXReinterpretCastExpr *CreateEmpty(ASTContext &Context,
303 static bool classof(const CXXReinterpretCastExpr *) { return true; }

Completed in 65 milliseconds