Home
last modified time | relevance | path

Searched defs:IncompatibleObjC (Results 1 – 3 of 3) sorted by relevance

/netbsd-src/external/apache2/llvm/dist/clang/lib/Sema/
H A DSemaObjCProperty.cpp527 bool IncompatibleObjC = false; in HandlePropertyInClassExtension() local
945 bool IncompatibleObjC = false; in SelectPropertyForSynthesisFromProtocols() local
1698 bool IncompatibleObjC = false; in DiagnosePropertyMismatch() local
H A DSemaOverload.cpp1831 bool IncompatibleObjC = false; in IsStandardConversion() local
2355 bool &IncompatibleObjC) { in IsPointerConversion()
2506 bool &IncompatibleObjC) { in isObjCPointerConversion()
2728 bool IncompatibleObjC; in isObjCWritebackConversion() local
2783 bool IncompatibleObjC = false; in IsBlockPointerConversion() local
7242 bool IncompatibleObjC = false; in isAllowableExplicitConversion() local
/netbsd-src/external/apache2/llvm/dist/clang/include/clang/Sema/
H A DOverload.h287 unsigned IncompatibleObjC : 1; variable