Home | History | Annotate | Download | only in Sema

Lines Matching refs:ClassTy

6349     QualType ClassTy = Context.getTagDeclType(ClassDecl);
6350 if (Context.getCanonicalType(ParamType).getUnqualifiedType() == ClassTy) {