Home
last modified time | relevance | path

Searched refs:existingAttr (Results 1 – 1 of 1) sorted by relevance

/external/clang/lib/Sema/
DSemaDeclAttr.cpp2301 T *existingAttr = D->getAttr<T>(); in mergeVisibilityAttr() local
2302 if (existingAttr) { in mergeVisibilityAttr()
2303 typename T::VisibilityType existingValue = existingAttr->getVisibility(); in mergeVisibilityAttr()
2306 S.Diag(existingAttr->getLocation(), diag::err_mismatched_visibility); in mergeVisibilityAttr()