Home
last modified time | relevance | path

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

/external/clang/lib/Sema/
DSemaExprObjC.cpp134 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 …]
DSemaDeclObjC.cpp140 << 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()
DSemaPseudoObject.cpp556 S.Context.getObjCInterfaceType(method->getClassInterface()), in LookupMethodInReceiverType()
572 QualType IT = S.Context.getObjCInterfaceType(PRE->getClassReceiver()); in LookupMethodInReceiverType()
DSemaCodeComplete.cpp676 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()
DSemaStmt.cpp3205 RelatedRetType = Context.getObjCInterfaceType(MD->getClassInterface()); in BuildReturnStmt()
DSemaDecl.cpp454 T = Context.getObjCInterfaceType(IDecl); in getTypeName()
1042 QualType T = Context.getObjCInterfaceType(Class); in ClassifyName()
/external/clang/tools/libclang/
DCXType.cpp169 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/
DExprObjC.cpp109 return ctx.getObjCInterfaceType(getClassReceiver()); in getReceiverType()
DDeclObjC.cpp1016 selfTy = Context.getObjCInterfaceType(OID); in getSelfType()
1396 C.getObjCInterfaceType(Result, PrevDecl); in Create()
DType.cpp1428 = classDecl->getASTContext().getObjCInterfaceType( in computeSuperClassTypeSlow()
1448 return interfaceDecl->getASTContext().getObjCInterfaceType(interfaceDecl) in getInterfaceType()
DASTContext.cpp3899 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()
DASTImporter.cpp1955 return Importer.getToContext().getObjCInterfaceType(Class); in VisitObjCInterfaceType()
/external/clang/include/clang/AST/
DASTContext.h1277 QualType getObjCInterfaceType(const ObjCInterfaceDecl *Decl,
1660 return getObjCInterfaceType(getObjCProtocolDecl()); in getObjCProtoType()
/external/clang/lib/StaticAnalyzer/Checkers/
DRetainCountChecker.cpp2923 Ctx.getObjCObjectPointerType(Ctx.getObjCInterfaceType(D)); in GetReturnType()
/external/clang/lib/CodeGen/
DItaniumCXXABI.cpp3116 QualType SuperTy = CGM.getContext().getObjCInterfaceType(Super); in BuildObjCObjectTypeInfo()
DCGDebugInfo.cpp1920 getOrCreateType(CGM.getContext().getObjCInterfaceType(SClass), Unit); in CreateTypeDefinition()
DCodeGenModule.cpp3855 DI->getOrCreateInterfaceType(getContext().getObjCInterfaceType( in EmitTopLevelDecl()
/external/clang/lib/Frontend/Rewrite/
DRewriteObjC.cpp1102 QualType selfTy = Context->getObjCInterfaceType(IDecl); in RewriteObjCMethodDecl()
DRewriteModernObjC.cpp1270 QualType selfTy = Context->getObjCInterfaceType(IDecl); in RewriteObjCMethodDecl()
/external/clang/lib/Serialization/
DASTReader.cpp5529 return Context.getObjCInterfaceType(ItfD->getCanonicalDecl()); in readTypeRecord()