Home | History | Annotate | Download | only in AST

Lines Matching refs:isGLValue

2953   if (Object->isGLValue())
4388 assert(E->isGLValue() || E->getType()->isFunctionType() ||
4792 if (SubExpr->isGLValue()) {
5943 } else if (ArgType->isPointerType() || Arg->isGLValue()) {
5947 if ((Arg->isGLValue() ? EvaluateLValue(Arg, LV, Info)
7974 if (E->isGLValue() || T->isFunctionType()) {
8075 if (E->isGLValue()) {