Home | History | Annotate | Download | only in AST

Lines Matching refs:AK

2688                                          AccessKinds AK, const LValue &LVal,
2691 Info.FFDiag(E, diag::note_constexpr_access_null) << AK;
2700 << AK << LVal.Base.is<const ValueDecl*>();
2713 << AK << LValType;
2745 << AK << 1 << VD;
2761 } else if (AK != AK_Read) {
2836 Info.FFDiag(E, diag::note_constexpr_access_static_temporary, 1) << AK;
2856 << AK << 0;
2881 (AK != AK_Read && Info.IsSpeculativelyEvaluating))
3216 AccessKinds AK = IsIncrement ? AK_Increment : AK_Decrement;
3217 CompleteObject Obj = findCompleteObject(Info, E, AK, LVal, LValType);
3218 IncDecSubobjectHandler Handler = { Info, E, AK, Old };