Home | History | Annotate | Download | only in AST

Lines Matching refs:VK

257                          QualType T, ExprValueKind VK)
258 : Expr(DeclRefExprClass, T, VK, OK_Ordinary, false, false, false, false),
287 ExprValueKind VK,
292 T, VK, FoundD, TemplateArgs);
300 ExprValueKind VK,
317 T, VK);
651 Expr **args, unsigned numargs, QualType t, ExprValueKind VK,
653 : Expr(SC, t, VK, OK_Ordinary,
680 QualType t, ExprValueKind VK, SourceLocation rparenloc)
681 : Expr(CallExprClass, t, VK, OK_Ordinary,
894 ExprValueKind vk,
909 ty, vk, ok);
1211 ExprValueKind VK) {
1216 new (Buffer) ImplicitCastExpr(T, Kind, Operand, PathSize, VK);
1230 ExprValueKind VK, CastKind K, Expr *Op,
1238 new (Buffer) CStyleCastExpr(T, VK, K, Op, PathSize, WrittenTy, L, R);
2715 ExprValueKind VK,
2726 : Expr(ObjCMessageExprClass, T, VK, OK_Ordinary,
2741 ExprValueKind VK,
2750 : Expr(ObjCMessageExprClass, T, VK, OK_Ordinary, T->isDependentType(),
2764 ExprValueKind VK,
2773 : Expr(ObjCMessageExprClass, T, VK, OK_Ordinary, Receiver->isTypeDependent(),
2811 ExprValueKind VK,
2823 return new (Mem) ObjCMessageExpr(T, VK, LBracLoc, SuperLoc, IsInstanceSuper,
2829 ExprValueKind VK,
2839 return new (Mem) ObjCMessageExpr(T, VK, LBracLoc, Receiver, Sel,
2844 ExprValueKind VK,
2854 return new (Mem) ObjCMessageExpr(T, VK, LBracLoc, Receiver, Sel,
3302 BlockDeclRefExpr::BlockDeclRefExpr(VarDecl *d, QualType t, ExprValueKind VK,
3305 : Expr(BlockDeclRefExprClass, t, VK, OK_Ordinary, false, false, false,