Home
last modified time | relevance | path

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

/freebsd-12.1/contrib/llvm/tools/clang/lib/Sema/
H A DSemaObjCProperty.cpp955 bool HasIncompatibleAttributes = false; in SelectPropertyForSynthesisFromProtocols() local
957 HasIncompatibleAttributes = in SelectPropertyForSynthesisFromProtocols()
958 Note.Kind != IncompatibleType ? true : HasIncompatibleAttributes; in SelectPropertyForSynthesisFromProtocols()
962 Property != OriginalProperty || HasIncompatibleAttributes in SelectPropertyForSynthesisFromProtocols()