Lines Matching refs:CXXConstCastExpr
633 CXXConstCastExpr *CXXConstCastExpr::Create(ASTContext &C, QualType T,639 return new (C) CXXConstCastExpr(T, VK, Op, WrittenTy, L, RParenLoc, AngleBrackets);642 CXXConstCastExpr *CXXConstCastExpr::CreateEmpty(ASTContext &C) {643 return new (C) CXXConstCastExpr(EmptyShell());