Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/clang/lib/Sema/
H A DSemaObjCProperty.cpp2763 bool isAnyClassTy = (PropertyTy->isObjCClassType() || in CheckObjCPropertyAttributes() local
2767 if (isAnyClassTy && getLangOpts().getGC() == LangOptions::NonGC) in CheckObjCPropertyAttributes()