Home | History | Annotate | Download | only in Sema

Lines Matching full:lpointee

7782     QualType lpointee = LHS.get()->getType()->getPointeeType();
7809 if (!Context.hasSameUnqualifiedType(lpointee, rpointee)) {
7815 Context.getCanonicalType(lpointee).getUnqualifiedType(),
8610 QualType lpointee = LHSType->castAs<BlockPointerType>()->getPointeeType();
8614 !Context.typesAreCompatible(lpointee, rpointee)) {