Searched refs:getObjCInterfaceType (Results 1 – 18 of 18) sorted by relevance
/external/clang/lib/Sema/ |
D | SemaExprObjC.cpp | 133 Ty = Context.getObjCInterfaceType(NSStringIDecl); in BuildObjCStringLiteral() 219 QualType NSNumberObject = CX.getObjCInterfaceType(S.NSNumberDecl); in getNSNumberFactoryMethod() 462 QualType NSStringObject = Context.getObjCInterfaceType(NSStringDecl); in BuildObjCBoxedExpr() 724 Context.getObjCInterfaceType(NSArrayDecl)); in BuildObjCArrayLiteral() 910 Context.getObjCInterfaceType(NSDictionaryDecl)); in BuildObjCDictionaryLiteral() 1078 Context.getObjCInterfaceType(Class)); in getMessageSendResultType() 1548 Context.getObjCInterfaceType(CurMethod->getClassInterface()); in ActOnClassPropertyRefExpr() 1617 Context.getObjCInterfaceType(IFace))); in ActOnClassPropertyRefExpr() 1626 << &propertyName << Context.getObjCInterfaceType(IFace)); in ActOnClassPropertyRefExpr() 1702 T = Context.getObjCInterfaceType(Class); in getObjCMessageKind() [all …]
|
D | SemaPseudoObject.cpp | 454 S.Context.getObjCInterfaceType(method->getClassInterface()), in LookupMethodInReceiverType() 470 QualType IT = S.Context.getObjCInterfaceType(PRE->getClassReceiver()); in LookupMethodInReceiverType() 593 receiverType = S.Context.getObjCInterfaceType(RefExpr->getClassReceiver()); in buildGet() 631 receiverType = S.Context.getObjCInterfaceType(RefExpr->getClassReceiver()); in buildSet()
|
D | SemaDeclObjC.cpp | 143 << Context.getObjCInterfaceType(CurrentClass) in CheckObjCMethodOverride() 529 Context.getObjCInterfaceType(SuperClassDecl), in ActOnStartClassInterface() 813 || RequireCompleteType(ClassLoc, Context.getObjCInterfaceType(IDecl), in ActOnStartCategoryInterface() 896 } else if (RequireCompleteType(ClassLoc, Context.getObjCInterfaceType(IDecl), in ActOnStartCategoryImplementation() 943 RequireCompleteType(ClassLoc, Context.getObjCInterfaceType(IDecl), in ActOnStartClassImplementation()
|
D | SemaCodeComplete.cpp | 654 return C.getObjCInterfaceType(Iface); in getDeclUsageType() 5256 Receiver = ParsedType::make(Context.getObjCInterfaceType(CDecl)); in CodeCompleteObjCSuperMessage() 5431 Context.getObjCInterfaceType(Super)) in CodeCompleteObjCInstanceMessage() 5441 ParsedType::make(Context.getObjCInterfaceType(IFace)), in CodeCompleteObjCInstanceMessage() 5446 Context.getObjCInterfaceType(IFace)); in CodeCompleteObjCInstanceMessage()
|
D | SemaStmt.cpp | 2393 RelatedRetType = Context.getObjCInterfaceType(MD->getClassInterface()); in ActOnReturnStmt()
|
D | SemaDecl.cpp | 339 T = Context.getObjCInterfaceType(IDecl); in getTypeName() 849 QualType T = Context.getObjCInterfaceType(Class); in ClassifyName()
|
/external/clang/tools/libclang/ |
D | CXType.cpp | 148 return MakeCXType(Context.getObjCInterfaceType(ID), TU); in clang_getCursorType() 162 = Context.getObjCInterfaceType(getCursorObjCSuperClassRef(C).first); in clang_getCursorType() 167 QualType T = Context.getObjCInterfaceType(getCursorObjCClassRef(C).first); in clang_getCursorType()
|
/external/clang/lib/AST/ |
D | DeclObjC.cpp | 647 selfTy = Context.getObjCInterfaceType(OID); in createImplicitParams() 723 C.getObjCInterfaceType(Result, PrevDecl); in Create()
|
D | ASTContext.cpp | 3229 QualType ASTContext::getObjCInterfaceType(const ObjCInterfaceDecl *Decl, in getObjCInterfaceType() function in ASTContext 5537 ObjCConstantStringType = getObjCInterfaceType(Decl); in setObjCConstantStringInterface() 6104 LHS = cast<ObjCInterfaceType>(getObjCInterfaceType(LDecl)); in areCommonBaseCompatible()
|
D | ASTImporter.cpp | 1654 return Importer.getToContext().getObjCInterfaceType(Class); in VisitObjCInterfaceType()
|
/external/clang/include/clang/AST/ |
D | ASTContext.h | 1008 QualType getObjCInterfaceType(const ObjCInterfaceDecl *Decl, 1309 return getObjCInterfaceType(getObjCProtocolDecl()); in getObjCProtoType()
|
/external/clang/lib/CodeGen/ |
D | CGRTTI.cpp | 742 QualType SuperTy = CGM.getContext().getObjCInterfaceType(Super); in BuildObjCObjectTypeInfo()
|
D | CGDebugInfo.cpp | 1348 getOrCreateType(CGM.getContext().getObjCInterfaceType(SClass), Unit); in CreateType() 2666 QualType T = CGM.getContext().getObjCInterfaceType(ID); in EmitGlobalVariable()
|
D | CodeGenModule.cpp | 2620 DI->getOrCreateInterfaceType(getContext().getObjCInterfaceType(OMD->getClassInterface()), in EmitTopLevelDecl()
|
/external/clang/lib/StaticAnalyzer/Checkers/ |
D | RetainCountChecker.cpp | 2760 Ctx.getObjCObjectPointerType(Ctx.getObjCInterfaceType(D)); in GetReturnType()
|
/external/clang/lib/Rewrite/Frontend/ |
D | RewriteObjC.cpp | 1115 QualType selfTy = Context->getObjCInterfaceType(IDecl); in RewriteObjCMethodDecl()
|
D | RewriteModernObjC.cpp | 1243 QualType selfTy = Context->getObjCInterfaceType(IDecl); in RewriteObjCMethodDecl()
|
/external/clang/lib/Serialization/ |
D | ASTReader.cpp | 4034 return Context.getObjCInterfaceType(ItfD->getCanonicalDecl()); in readTypeRecord()
|