Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/clang/lib/Sema/
H A DSemaObjCProperty.cpp945 bool HasIncompatibleAttributes = false; in SelectPropertyForSynthesisFromProtocols() local
947 HasIncompatibleAttributes = in SelectPropertyForSynthesisFromProtocols()
948 Note.Kind != IncompatibleType ? true : HasIncompatibleAttributes; in SelectPropertyForSynthesisFromProtocols()
952 Property != OriginalProperty || HasIncompatibleAttributes in SelectPropertyForSynthesisFromProtocols()