Home | History | Annotate | Download | only in Core

Lines Matching refs:isLocType

33   if (Loc::isLocType(type))
50 assert(!Loc::isLocType(type));
58 assert(!Loc::isLocType(type));
65 assert(!Loc::isLocType(type));
72 assert(!Loc::isLocType(toTy));
103 if (Loc::isLocType(T))
134 if (Loc::isLocType(type))
150 if (Loc::isLocType(type))
161 assert(Loc::isLocType(T));
177 if (Loc::isLocType(type))
193 if (Loc::isLocType(T))
293 if (Loc::isLocType(E->getType()))
410 if (!Loc::isLocType(originalTy) &&
435 if (castTy->isIntegralOrEnumerationType() && Loc::isLocType(originalTy))
439 if (Loc::isLocType(castTy) && originalTy->isIntegralOrEnumerationType()) {
453 assert(Loc::isLocType(castTy));
488 if (!Loc::isLocType(castTy)) {
515 assert(Loc::isLocType(originalTy) || originalTy->isFunctionType() ||