HomeSort by: relevance | last modified time | path
    Searched refs:ObjCObjectType (Results 1 - 25 of 51) sorted by relevancy

1 2 3

  /src/external/apache2/llvm/dist/clang/lib/AST/
Type.cpp 681 const ObjCObjectType *&bound) const {
702 ->getAs<ObjCObjectType>();
731 ObjCObjectType::ObjCObjectType(QualType Canonical, QualType Base,
753 bool ObjCObjectType::isSpecialized() const {
759 if (const auto objcObject = getBaseType()->getAs<ObjCObjectType>()) {
771 ArrayRef<QualType> ObjCObjectType::getTypeArgs() const {
777 if (const auto objcObject = getBaseType()->getAs<ObjCObjectType>()) {
789 bool ObjCObjectType::isKindOfType() const {
794 if (const auto objcObject = getBaseType()->getAs<ObjCObjectType>()) {
    [all...]
ExprObjC.cpp 333 if (const ObjCObjectType *Ty = T->getAs<ObjCObjectType>())
ASTContext.cpp 2246 return getTypeInfo(cast<ObjCObjectType>(T)->getBaseType().getTypePtr());
5095 if (ObjCObjectType *QT = ObjCObjectTypes.FindNodeOrInsertPos(ID, InsertPos))
5103 if (const auto *baseObject = baseType->getAs<ObjCObjectType>())
5177 const ObjCObjectType *objT = objPtr->getObjectType();
5178 // Merge protocol lists and construct ObjCObjectType.
5193 // Apply protocol qualifiers to ObjCObjectType.
5194 if (const auto *objT = dyn_cast<ObjCObjectType>(type.getTypePtr())){
5204 // If the canonical type is ObjCObjectType, ...
7647 ObjCInterfaceDecl *OI = T->castAs<ObjCObjectType>()->getInterface();
8907 const ObjCObjectType* LHS = LHSOPT->getObjectType()
    [all...]
TypePrinter.cpp 1776 void TypePrinter::printObjCObjectBefore(const ObjCObjectType *T,
1817 void TypePrinter::printObjCObjectAfter(const ObjCObjectType *T,
MicrosoftMangle.cpp 443 void mangleObjCKindOfType(const ObjCObjectType *T, Qualifiers Quals,
1906 void MicrosoftCXXNameMangler::mangleObjCKindOfType(const ObjCObjectType *T,
1917 ->getAs<ObjCObjectType>(),
3128 void MicrosoftCXXNameMangler::mangleType(const ObjCObjectType *T,
ODRHash.cpp 925 void VisitObjCObjectType(const ObjCObjectType *T) {
946 // This type is handled by the parent type ObjCObjectType.
ASTStructuralEquivalence.cpp 1172 const auto *Obj1 = cast<ObjCObjectType>(T1);
1173 const auto *Obj2 = cast<ObjCObjectType>(T2);
  /src/external/apache2/llvm/dist/clang/tools/libclang/
CXType.cpp 499 D = cast<ObjCObjectType>(TP)->getInterface();
1165 const ObjCObjectType *OT = dyn_cast<ObjCObjectType>(T);
1177 const ObjCObjectType *OT = dyn_cast<ObjCObjectType>(T);
1189 const ObjCObjectType *OT = dyn_cast<ObjCObjectType>(T);
1205 const ObjCObjectType *OT = dyn_cast<ObjCObjectType>(T);
1217 const ObjCObjectType *OT = dyn_cast<ObjCObjectType>(T)
    [all...]
CIndexCodeCompletion.cpp 623 else if (const ObjCObjectType *Obj = baseType->getAs<ObjCObjectType>())
CXIndexDataConsumer.cpp 317 if (const ObjCObjectType *ObjectTy = Ty->getAs<ObjCObjectType>()) {
  /src/external/apache2/llvm/dist/clang/lib/StaticAnalyzer/Checkers/
DynamicTypePropagation.cpp 59 const ObjCObjectType *getObjectTypeForAllocAndNew(const ObjCMessageExpr *MsgE,
123 const ObjCObjectType *Type = nullptr;
140 return {MessageExpr->getClassReceiver()->getAs<ObjCObjectType>(),
150 return {MessageExpr->getSuperType()->getAs<ObjCObjectType>(),
195 return {cast<ObjCObjectType>(DTI.getType()), !DTI.canBeASubClass()};
207 if (const ObjCObjectType *ObjTy = dyn_cast<ObjCObjectType>(
490 To->getObjectType()->getSuperClassType()->castAs<ObjCObjectType>();
  /src/external/apache2/llvm/dist/clang/include/clang/AST/
Type.h 1620 friend class ObjCObjectType;
2078 const ObjCObjectType *&bound) const;
2236 const ObjCObjectType *getAsObjCInterfaceType() const;
2243 const ObjCObjectType *getAsObjCQualifiedInterfaceType() const;
5802 /// 'C' is an ObjCInterfaceType C. It is sugar for an ObjCObjectType
5805 /// 'C<P>' is an unspecialized ObjCObjectType with base C and protocol list [P].
5806 /// 'C<C*>' is a specialized ObjCObjectType with type arguments 'C*' and no
5808 /// 'C<C*><P>' is a specialized ObjCObjectType with base C, type arguments 'C*',
5812 /// pointee is an ObjCObjectType with base BuiltinType::ObjCIdType
5815 /// 'id<P>' is an ObjCObjectPointerType whose pointee is an ObjCObjectType
    [all...]
CanonicalType.h 579 struct CanProxyAdaptor<ObjCObjectType>
580 : public CanProxyBase<ObjCObjectType> {
ASTContext.h 1582 /// Return a ObjCObjectPointerType type for the given ObjCObjectType.
2689 bool canAssignObjCInterfaces(const ObjCObjectType *LHS,
2690 const ObjCObjectType *RHS);
DeclObjC.h 1161 /// When non-null, this is always an ObjCObjectType.
1541 const ObjCObjectType *getSuperClassType() const {
1543 return TInfo->getType()->castAs<ObjCObjectType>();
  /src/external/apache2/llvm/dist/clang/lib/Index/
IndexBody.cpp 263 auto addReceivers = [&](const ObjCObjectType *Ty) {
279 addReceivers(recT->getAs<ObjCObjectType>());
USRGeneration.cpp 841 if (const ObjCObjectType *OIT = T->getAs<ObjCObjectType>()) {
  /src/external/apache2/llvm/dist/clang/lib/Sema/
SemaExprMember.cpp 1193 const ObjCObjectType *ty = opty->getObjectType();
1308 if (const ObjCObjectType *OTy = BaseType->getAs<ObjCObjectType>()) {
1488 const ObjCObjectType *OT = OPT->getObjectType();
SemaDeclObjC.cpp 52 const ObjCObjectType *result =
590 if (NamedDecl *IDecl = T->castAs<ObjCObjectType>()->getInterface()) {
1123 if (const ObjCObjectType *OPT = T->getAs<ObjCObjectType>()) {
1158 if (NamedDecl *IDecl = T->castAs<ObjCObjectType>()->getInterface()) {
1438 if (const auto *objcObjectType = base->getAs<ObjCObjectType>()) {
1439 baseClass = objcObjectType->getInterface();
3074 if (isa<ObjCObjectType>(TDD->getUnderlyingType())) {
3463 const ObjCObjectType *TypeBound)
    [all...]
SemaAvailability.cpp 871 } else if (const auto *ObjCO = dyn_cast<ObjCObjectType>(TyPtr)) {
SemaExprObjC.cpp 1935 /// LookupMethodInType - Look up a method in an ObjCObjectType.
1938 const ObjCObjectType *objType = type->castAs<ObjCObjectType>();
2644 const ObjCObjectType *ClassType = ReceiverType->getAs<ObjCObjectType>();
2948 const ObjCObjectType *typeBound = nullptr;
  /src/external/apache2/llvm/dist/clang/lib/Edit/
RewriteObjCFoundationAPI.cpp 141 const ObjCObjectType *ObjTy = ClassRec->getAs<ObjCObjectType>();
  /src/external/apache2/llvm/dist/clang/lib/StaticAnalyzer/Core/
CallEvent.cpp 1245 const ObjCObjectType *ReceiverT = nullptr;
1296 cast<ObjCObjectType>(DTI.getType().getCanonicalType());
  /src/external/apache2/llvm/dist/clang/lib/CodeGen/
CGDebugInfo.h 200 llvm::DIType *CreateType(const ObjCObjectType *Ty, llvm::DIFile *F);
CodeGenTypes.cpp 710 ResultType = ConvertType(cast<ObjCObjectType>(Ty)->getBaseType());

Completed in 59 milliseconds

1 2 3