Home
last modified time | relevance | path

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

/external/clang/lib/Analysis/
DCocoaConventions.cpp72 PT->isObjCClassType() || PT->isObjCQualifiedClassType()) in isCocoaObjectRef()
/external/clang/include/clang/AST/
DCanonicalType.h658 LLVM_CLANG_CANPROXY_SIMPLE_ACCESSOR(bool, isObjCClassType)
DType.h1556 bool isObjCClassType() const; // Class
4425 bool isObjCClassType() const {
4862 inline bool Type::isObjCClassType() const {
4864 return OPT->isObjCClassType();
4873 return isObjCIdType() || isObjCClassType() || isObjCSelType();
DASTContext.h1899 bool isObjCClassType(QualType T) const { in isObjCClassType() function
/external/clang/tools/libclang/
DCXType.cpp105 else if (Ctx.isObjCClassType(UnqualT)) in MakeCXType()
/external/clang/lib/AST/
DTypePrinter.cpp193 CanPrefixQualifiers = T->isObjCIdType() || T->isObjCClassType() || in canPrefixQualifiers()
1219 else if (T->isObjCClassType() || T->isObjCQualifiedClassType()) in printObjCObjectPointerBefore()
DASTContext.cpp5266 if (OPT->isObjCClassType() || OPT->isObjCQualifiedClassType()) { in getObjCEncodingForTypeImpl()
6246 lhs->isObjCIdType() || lhs->isObjCClassType()) in ObjCQualifiedIdTypesAreCompatible()
6249 rhs->isObjCIdType() || rhs->isObjCClassType()) in ObjCQualifiedIdTypesAreCompatible()
/external/clang/lib/Sema/
DSemaExprObjC.cpp1087 if (ReceiverType->isObjCClassType() || in getMessageSendResultType()
2190 } else if (ReceiverType->isObjCClassType() || in BuildInstanceMessage()
2327 bool ClassMessage = (ReceiverType->isObjCClassType() || in BuildInstanceMessage()
DSemaPseudoObject.cpp458 if (PT->isObjCClassType() && in LookupMethodInReceiverType()
DSemaExpr.cpp5162 if (LHSTy->isObjCClassType() && in FindCompositeObjCPointerType()
5167 if (RHSTy->isObjCClassType() && in FindCompositeObjCPointerType()
5635 if (LHSType->isObjCClassType() && !RHSType->isObjCBuiltinType() && in checkObjCPointerTypesForAssignment()
5641 if (RHSType->isObjCClassType() && !LHSType->isObjCBuiltinType() && in checkObjCPointerTypesForAssignment()
5808 if (RHSType->isObjCClassType() && in CheckAssignmentConstraints()
5891 if (LHSType->isObjCClassType() && in CheckAssignmentConstraints()
DSemaObjCProperty.cpp2185 (PropertyTy->isObjCClassType() || in CheckObjCPropertyAttributes()
DSemaCodeComplete.cpp5528 if (ReceiverType->isObjCIdType() || ReceiverType->isObjCClassType()) in CodeCompleteObjCInstanceMessage()
5530 if (ReceiverType->isObjCClassType()) in CodeCompleteObjCInstanceMessage()
5568 if (ReceiverType->isObjCClassType() || in CodeCompleteObjCInstanceMessage()
DSemaOverload.cpp3846 if (ToPtr1->isObjCClassType() && in CompareDerivedToBaseConversions()
3849 if (ToPtr2->isObjCClassType() && in CompareDerivedToBaseConversions()
3862 !FromPtr1->isObjCIdType() && !FromPtr1->isObjCClassType() && in CompareDerivedToBaseConversions()
6332 if (Ty->isObjCIdType() || Ty->isObjCClassType()) in AddTypesConvertedFrom()
DSemaType.cpp936 } else if (Result->isObjCClassType()) { in ConvertDeclSpecToType()
/external/clang/lib/StaticAnalyzer/Checkers/
DRetainCountChecker.cpp2736 PT->isObjCClassType()) { in GetReturnType()
/external/clang/lib/CodeGen/
DCGObjCMac.cpp1739 if (T->isObjCClassType() || in GetEHType()