Home | History | Annotate | Download | only in Sema

Lines Matching refs:ClassTy

5705     QualType ClassTy = Context.getTagDeclType(ClassDecl);
5706 if (Context.getCanonicalType(ParamType).getUnqualifiedType() == ClassTy) {