Home | History | Annotate | Download | only in Sema

Lines Matching refs:isGLValue

558   if (!E->isGLValue()) return E;
749 if (getLangOpts().CPlusPlus && E->isGLValue() && !isUnevaluatedContext()) {
6090 && commonExpr->isGLValue()