Home
last modified time | relevance | path

Searched refs:getObjCInterfaceType (Results 1 – 18 of 18) sorted by relevance

/external/clang/lib/Sema/
DSemaExprObjC.cpp133 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 …]
DSemaPseudoObject.cpp454 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()
DSemaDeclObjC.cpp143 << 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()
DSemaCodeComplete.cpp654 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()
DSemaStmt.cpp2393 RelatedRetType = Context.getObjCInterfaceType(MD->getClassInterface()); in ActOnReturnStmt()
DSemaDecl.cpp339 T = Context.getObjCInterfaceType(IDecl); in getTypeName()
849 QualType T = Context.getObjCInterfaceType(Class); in ClassifyName()
/external/clang/tools/libclang/
DCXType.cpp148 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/
DDeclObjC.cpp647 selfTy = Context.getObjCInterfaceType(OID); in createImplicitParams()
723 C.getObjCInterfaceType(Result, PrevDecl); in Create()
DASTContext.cpp3229 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()
DASTImporter.cpp1654 return Importer.getToContext().getObjCInterfaceType(Class); in VisitObjCInterfaceType()
/external/clang/include/clang/AST/
DASTContext.h1008 QualType getObjCInterfaceType(const ObjCInterfaceDecl *Decl,
1309 return getObjCInterfaceType(getObjCProtocolDecl()); in getObjCProtoType()
/external/clang/lib/CodeGen/
DCGRTTI.cpp742 QualType SuperTy = CGM.getContext().getObjCInterfaceType(Super); in BuildObjCObjectTypeInfo()
DCGDebugInfo.cpp1348 getOrCreateType(CGM.getContext().getObjCInterfaceType(SClass), Unit); in CreateType()
2666 QualType T = CGM.getContext().getObjCInterfaceType(ID); in EmitGlobalVariable()
DCodeGenModule.cpp2620 DI->getOrCreateInterfaceType(getContext().getObjCInterfaceType(OMD->getClassInterface()), in EmitTopLevelDecl()
/external/clang/lib/StaticAnalyzer/Checkers/
DRetainCountChecker.cpp2760 Ctx.getObjCObjectPointerType(Ctx.getObjCInterfaceType(D)); in GetReturnType()
/external/clang/lib/Rewrite/Frontend/
DRewriteObjC.cpp1115 QualType selfTy = Context->getObjCInterfaceType(IDecl); in RewriteObjCMethodDecl()
DRewriteModernObjC.cpp1243 QualType selfTy = Context->getObjCInterfaceType(IDecl); in RewriteObjCMethodDecl()
/external/clang/lib/Serialization/
DASTReader.cpp4034 return Context.getObjCInterfaceType(ItfD->getCanonicalDecl()); in readTypeRecord()