Home | History | Annotate | Download | only in CodeGen

Lines Matching defs:qs

881   Qualifiers qs = type.getLocalQualifiers();
882 if (!qs.hasConst() || qs.hasVolatile()) return false;