Searched refs:existingAttr (Results 1 – 1 of 1) sorted by relevance
1988 T *existingAttr = D->getAttr<T>(); in mergeVisibilityAttr() local1989 if (existingAttr) { in mergeVisibilityAttr()1990 typename T::VisibilityType existingValue = existingAttr->getVisibility(); in mergeVisibilityAttr()1993 S.Diag(existingAttr->getLocation(), diag::err_mismatched_visibility); in mergeVisibilityAttr()