Searched refs:getObjCInterfaceType (Results 1 – 20 of 20) sorted by relevance
/external/clang/lib/Sema/ |
D | SemaExprObjC.cpp | 134 Ty = Context.getObjCInterfaceType(NSStringIDecl); in BuildObjCStringLiteral() 277 QualType NSNumberObject = CX.getObjCInterfaceType(S.NSNumberDecl); in getNSNumberFactoryMethod() 525 QualType NSStringObject = Context.getObjCInterfaceType(NSStringDecl); in BuildObjCBoxedExpr() 628 QualType NSValueObject = Context.getObjCInterfaceType(NSValueDecl); in BuildObjCBoxedExpr() 863 Context.getObjCInterfaceType(NSArrayDecl)); in BuildObjCArrayLiteral() 1041 Context.getObjCInterfaceType(NSDictionaryDecl)); in BuildObjCDictionaryLiteral() 1320 Context.getObjCInterfaceType(Class))); in getBaseMessageSendResultType() 2033 << &propertyName << Context.getObjCInterfaceType(IFace)); in ActOnClassPropertyRefExpr() 2109 T = Context.getObjCInterfaceType(Class); in getObjCMessageKind() 2141 QualType T = Context.getObjCInterfaceType(Class); in getObjCMessageKind() [all …]
|
D | SemaDeclObjC.cpp | 140 << Context.getObjCInterfaceType(CurrentClass) in CheckObjCMethodOverride() 504 SuperClassType = Context.getObjCInterfaceType(SuperClassDecl); in ActOnSuperClassOfClassInterface() 1484 type = Context.getObjCInterfaceType(typeDecl.get<ObjCInterfaceDecl *>()); in actOnObjCTypeArgsOrProtocolQualifiers() 1727 || RequireCompleteType(ClassLoc, Context.getObjCInterfaceType(IDecl), in ActOnStartCategoryInterface() 1830 } else if (RequireCompleteType(ClassLoc, Context.getObjCInterfaceType(IDecl), in ActOnStartCategoryImplementation() 1887 RequireCompleteType(ClassLoc, Context.getObjCInterfaceType(IDecl), in ActOnStartClassImplementation() 1947 Context.getObjCInterfaceType(SDecl), in ActOnStartClassImplementation()
|
D | SemaPseudoObject.cpp | 556 S.Context.getObjCInterfaceType(method->getClassInterface()), in LookupMethodInReceiverType() 572 QualType IT = S.Context.getObjCInterfaceType(PRE->getClassReceiver()); in LookupMethodInReceiverType()
|
D | SemaCodeComplete.cpp | 676 return C.getObjCInterfaceType(Iface); in getDeclUsageType() 5545 Receiver = ParsedType::make(Context.getObjCInterfaceType(CDecl)); in CodeCompleteObjCSuperMessage() 5716 Context.getObjCInterfaceType(Super)) in CodeCompleteObjCInstanceMessage() 5726 ParsedType::make(Context.getObjCInterfaceType(IFace)), in CodeCompleteObjCInstanceMessage() 5731 Context.getObjCInterfaceType(IFace)); in CodeCompleteObjCInstanceMessage()
|
D | SemaStmt.cpp | 3205 RelatedRetType = Context.getObjCInterfaceType(MD->getClassInterface()); in BuildReturnStmt()
|
D | SemaDecl.cpp | 454 T = Context.getObjCInterfaceType(IDecl); in getTypeName() 1042 QualType T = Context.getObjCInterfaceType(Class); in ClassifyName()
|
/external/clang/tools/libclang/ |
D | CXType.cpp | 169 return MakeCXType(Context.getObjCInterfaceType(ID), TU); in clang_getCursorType() 185 = Context.getObjCInterfaceType(getCursorObjCSuperClassRef(C).first); in clang_getCursorType() 190 QualType T = Context.getObjCInterfaceType(getCursorObjCClassRef(C).first); in clang_getCursorType()
|
/external/clang/lib/AST/ |
D | ExprObjC.cpp | 109 return ctx.getObjCInterfaceType(getClassReceiver()); in getReceiverType()
|
D | DeclObjC.cpp | 1016 selfTy = Context.getObjCInterfaceType(OID); in getSelfType() 1396 C.getObjCInterfaceType(Result, PrevDecl); in Create()
|
D | Type.cpp | 1428 = classDecl->getASTContext().getObjCInterfaceType( in computeSuperClassTypeSlow() 1448 return interfaceDecl->getASTContext().getObjCInterfaceType(interfaceDecl) in getInterfaceType()
|
D | ASTContext.cpp | 3899 QualType ASTContext::getObjCInterfaceType(const ObjCInterfaceDecl *Decl, in getObjCInterfaceType() function in ASTContext 6527 ObjCConstantStringType = getObjCInterfaceType(Decl); in setObjCConstantStringInterface() 7233 QualType Result = getObjCInterfaceType(LHS->getInterface()); in areCommonBaseCompatible() 7283 QualType Result = getObjCInterfaceType(RHS->getInterface()); in areCommonBaseCompatible()
|
D | ASTImporter.cpp | 1955 return Importer.getToContext().getObjCInterfaceType(Class); in VisitObjCInterfaceType()
|
/external/clang/include/clang/AST/ |
D | ASTContext.h | 1277 QualType getObjCInterfaceType(const ObjCInterfaceDecl *Decl, 1660 return getObjCInterfaceType(getObjCProtocolDecl()); in getObjCProtoType()
|
/external/clang/lib/StaticAnalyzer/Checkers/ |
D | RetainCountChecker.cpp | 2923 Ctx.getObjCObjectPointerType(Ctx.getObjCInterfaceType(D)); in GetReturnType()
|
/external/clang/lib/CodeGen/ |
D | ItaniumCXXABI.cpp | 3116 QualType SuperTy = CGM.getContext().getObjCInterfaceType(Super); in BuildObjCObjectTypeInfo()
|
D | CGDebugInfo.cpp | 1920 getOrCreateType(CGM.getContext().getObjCInterfaceType(SClass), Unit); in CreateTypeDefinition()
|
D | CodeGenModule.cpp | 3855 DI->getOrCreateInterfaceType(getContext().getObjCInterfaceType( in EmitTopLevelDecl()
|
/external/clang/lib/Frontend/Rewrite/ |
D | RewriteObjC.cpp | 1102 QualType selfTy = Context->getObjCInterfaceType(IDecl); in RewriteObjCMethodDecl()
|
D | RewriteModernObjC.cpp | 1270 QualType selfTy = Context->getObjCInterfaceType(IDecl); in RewriteObjCMethodDecl()
|
/external/clang/lib/Serialization/ |
D | ASTReader.cpp | 5529 return Context.getObjCInterfaceType(ItfD->getCanonicalDecl()); in readTypeRecord()
|