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.cpp960 bool HasIncompatibleAttributes = false; in SelectPropertyForSynthesisFromProtocols() local
962 HasIncompatibleAttributes = in SelectPropertyForSynthesisFromProtocols()
963 Note.Kind != IncompatibleType ? true : HasIncompatibleAttributes; in SelectPropertyForSynthesisFromProtocols()
967 Property != OriginalProperty || HasIncompatibleAttributes in SelectPropertyForSynthesisFromProtocols()