Home | History | Annotate | Download | only in AST

Lines Matching refs:ImplVar

8177     const ParmVarDecl *ImplVar = (*IM);
8178 if (ImplVar->getObjCDeclQualifier() != DeclVar->getObjCDeclQualifier())
8180 if (!hasSameType(DeclVar->getType(), ImplVar->getType()))