Lines Matching refs:AK
2506 AccessKinds AK, const LValue &LVal, in findCompleteObject() argument
2509 Info.Diag(E, diag::note_constexpr_access_null) << AK; in findCompleteObject()
2518 << AK << LVal.Base.is<const ValueDecl*>(); in findCompleteObject()
2531 << AK << LValType; in findCompleteObject()
2563 << AK << 1 << VD; in findCompleteObject()
2579 } else if (AK != AK_Read) { in findCompleteObject()
2647 Info.Diag(E, diag::note_constexpr_access_static_temporary, 1) << AK; in findCompleteObject()
2667 << AK << 0; in findCompleteObject()
3027 AccessKinds AK = IsIncrement ? AK_Increment : AK_Decrement; in handleIncDec() local
3028 CompleteObject Obj = findCompleteObject(Info, E, AK, LVal, LValType); in handleIncDec()
3029 IncDecSubobjectHandler Handler = { Info, E, AK, Old }; in handleIncDec()