Lines Matching full:const_cast
186 /// reinterpret_cast, and CXXConstCastExpr for \c const_cast.
333 /// \brief A C++ \c const_cast expression (C++ [expr.const.cast]).
336 /// \c const_cast<char*>(PtrToConstChar).
338 /// A const_cast can remove type qualifiers but does not change the underlying
404 return const_cast<UserDefinedLiteral*>(this)->getCookedLiteral();
1271 return const_cast<CXXConstructExpr *>(this)->getArgs();
1844 return const_cast<CXXNewExpr*>(this)->getPlacementArg(i);
2455 return const_cast<OverloadExpr*>(this)->getTemplateKWAndArgsInfo();
2581 return const_cast<OverloadExpr*>(this)->getExplicitTemplateArgs();
2757 return const_cast<DependentScopeDeclRefExpr*>(this)
3131 return const_cast<CXXDependentScopeMemberExpr*>(this)
3262 return const_cast<CXXDependentScopeMemberExpr *>(this)