Home
last modified time | relevance | path

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

/netbsd-src/external/apache2/llvm/dist/clang/lib/Sema/
H A DSemaObjCProperty.cpp2785 bool isAnyClassTy = (PropertyTy->isObjCClassType() || in CheckObjCPropertyAttributes() local
2789 if (isAnyClassTy && getLangOpts().getGC() == LangOptions::NonGC) in CheckObjCPropertyAttributes()