Home
last modified time | relevance | path

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

/freebsd-12.1/contrib/llvm/tools/clang/lib/AST/
H A DType.cpp1343 if (auto *objType = splitType.Ty->getAs<ObjCObjectType>()) { in stripObjCKindOfType() local
1344 if (!objType->isKindOfType()) in stripObjCKindOfType()
1348 = objType->getBaseType().stripObjCKindOfType(ctx); in stripObjCKindOfType()
1351 objType->getTypeArgsAsWritten(), in stripObjCKindOfType()
1352 objType->getProtocols(), in stripObjCKindOfType()
/freebsd-12.1/contrib/llvm/tools/clang/lib/Sema/
H A DSemaType.cpp6557 const ObjCObjectType *objType = ptrType ? ptrType->getObjectType() in checkObjCKindOfType() local
6561 if (!objType) { in checkObjCKindOfType()
6572 objType->getBaseType(), objType->getTypeArgsAsWritten(), in checkObjCKindOfType()
6573 objType->getProtocols(), in checkObjCKindOfType()
6574 /*isKindOf=*/objType->isObjCUnqualifiedId() ? false : true); in checkObjCKindOfType()
H A DSemaExprObjC.cpp1760 const ObjCObjectType *objType = type->castAs<ObjCObjectType>(); in LookupMethodInObjectType() local
1761 if (ObjCInterfaceDecl *iface = objType->getInterface()) { in LookupMethodInObjectType()
1773 for (const auto *I : objType->quals()) in LookupMethodInObjectType()