Home
last modified time | relevance | path

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

12

/external/llvm-project/lldb/source/Plugins/LanguageRuntime/ObjC/AppleObjCRuntime/
DAppleObjCDeclVendor.cpp435 context.getObjCInterfaceType(superclass_decl))); in FinishDecl()
561 ast_ctx.getObjCInterfaceType(result_iface_decl); in FindDecls()
608 clang::QualType new_iface_type = ast_ctx.getObjCInterfaceType(iface_decl); in FindDecls()
/external/llvm-project/clang/lib/Sema/
DSemaExprObjC.cpp135 Ty = Context.getObjCInterfaceType(NSStringIDecl); in BuildObjCStringLiteral()
278 QualType NSNumberObject = CX.getObjCInterfaceType(S.NSNumberDecl); in getNSNumberFactoryMethod()
526 QualType NSStringObject = Context.getObjCInterfaceType(NSStringDecl); in BuildObjCBoxedExpr()
660 QualType NSValueObject = Context.getObjCInterfaceType(NSValueDecl); in BuildObjCBoxedExpr()
890 Context.getObjCInterfaceType(NSArrayDecl)); in BuildObjCArrayLiteral()
1121 Context.getObjCInterfaceType(NSDictionaryDecl)); in BuildObjCDictionaryLiteral()
1499 Context.getObjCInterfaceType(Class))); in getBaseMessageSendResultType()
1548 Context.getObjCInterfaceType(MD->getClassInterface())); in getMessageSendResultType()
2258 << &propertyName << Context.getObjCInterfaceType(IFace)); in ActOnClassPropertyRefExpr()
2338 T = Context.getObjCInterfaceType(Class); in getObjCMessageKind()
[all …]
DSemaDeclObjC.cpp164 << Context.getObjCInterfaceType(CurrentClass) in CheckObjCMethodOverride()
580 SuperClassType = Context.getObjCInterfaceType(SuperClassDecl); in ActOnSuperClassOfClassInterface()
1579 type = Context.getObjCInterfaceType(typeDecl.get<ObjCInterfaceDecl *>()); in actOnObjCTypeArgsOrProtocolQualifiers()
1815 || RequireCompleteType(ClassLoc, Context.getObjCInterfaceType(IDecl), in ActOnStartCategoryInterface()
1925 } else if (RequireCompleteType(ClassLoc, Context.getObjCInterfaceType(IDecl), in ActOnStartCategoryImplementation()
1981 RequireCompleteType(ClassLoc, Context.getObjCInterfaceType(IDecl), in ActOnStartClassImplementation()
2043 Context.getObjCInterfaceType(SDecl), in ActOnStartClassImplementation()
DSemaPseudoObject.cpp561 S.Context.getObjCInterfaceType(method->getClassInterface()), in LookupMethodInReceiverType()
577 QualType IT = S.Context.getObjCInterfaceType(PRE->getClassReceiver()); in LookupMethodInReceiverType()
DSemaCodeComplete.cpp887 return C.getObjCInterfaceType(Iface); in getDeclUsageType()
7279 Receiver = ParsedType::make(Context.getObjCInterfaceType(CDecl)); in CodeCompleteObjCSuperMessage()
7448 Context.getObjCInterfaceType(Super)) in CodeCompleteObjCInstanceMessage()
7458 S, ParsedType::make(Context.getObjCInterfaceType(IFace)), SelIdents, in CodeCompleteObjCInstanceMessage()
7462 Context.getObjCObjectPointerType(Context.getObjCInterfaceType(IFace)); in CodeCompleteObjCInstanceMessage()
/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()
/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/llvm-project/clang/tools/libclang/
DCXType.cpp237 return MakeCXType(Context.getObjCInterfaceType(ID), TU); in clang_getCursorType()
253 = Context.getObjCInterfaceType(getCursorObjCSuperClassRef(C).first); in clang_getCursorType()
258 QualType T = Context.getObjCInterfaceType(getCursorObjCClassRef(C).first); in clang_getCursorType()
/external/llvm-project/clang/lib/AST/
DExprObjC.cpp98 return ctx.getObjCInterfaceType(getClassReceiver()); in getReceiverType()
DDeclObjC.cpp1104 selfTy = Context.getObjCInterfaceType(OID); in getSelfType()
1504 C.getObjCInterfaceType(Result, PrevDecl); in Create()
DType.cpp1652 = classDecl->getASTContext().getObjCInterfaceType( in computeSuperClassTypeSlow()
1672 return interfaceDecl->getASTContext().getObjCInterfaceType(interfaceDecl) in getInterfaceType()
DASTContext.cpp5304 QualType ASTContext::getObjCInterfaceType(const ObjCInterfaceDecl *Decl, in getObjCInterfaceType() function in ASTContext
8265 ObjCConstantStringType = getObjCInterfaceType(Decl); in setObjCConstantStringInterface()
9091 QualType Result = getObjCInterfaceType(LHS->getInterface()); in areCommonBaseCompatible()
9141 QualType Result = getObjCInterfaceType(RHS->getInterface()); in areCommonBaseCompatible()
/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()
/external/clang/include/clang/AST/
DASTContext.h1277 QualType getObjCInterfaceType(const ObjCInterfaceDecl *Decl,
1660 return getObjCInterfaceType(getObjCProtocolDecl()); in getObjCProtoType()
/external/llvm-project/clang/include/clang/AST/
DASTContext.h1513 QualType getObjCInterfaceType(const ObjCInterfaceDecl *Decl,
1916 return getObjCInterfaceType(getObjCProtocolDecl()); in getObjCProtoType()
DTypeProperties.td836 return ctx.getObjCInterfaceType(
/external/llvm-project/lldb/source/Plugins/TypeSystem/Clang/
DTypeSystemClang.cpp1233 return GetType(getASTContext().getObjCInterfaceType(decl)); in GetTypeForDecl()
1717 return GetType(ast.getObjCInterfaceType(decl)); in CreateObjCClass()
5761 return GetType(getASTContext().getObjCInterfaceType( in GetDirectBaseClassAtIndex()
5782 return GetType(getASTContext().getObjCInterfaceType( in GetDirectBaseClassAtIndex()
6156 GetType(getASTContext().getObjCInterfaceType( in GetChildCompilerTypeAtIndex()
6162 getASTContext().getObjCInterfaceType( in GetChildCompilerTypeAtIndex()
6633 GetType(getASTContext().getObjCInterfaceType( in GetIndexOfChildMemberWithName()
7630 clang_ast.getObjCInterfaceType(super_interface_decl))); in SetObjCSuperClass()
/external/llvm-project/lldb/source/Plugins/ExpressionParser/Clang/
DClangASTImporter.cpp994 m_source_ctx->getObjCInterfaceType(imported_from_superclass))); in ImportDefinitionTo()
/external/llvm-project/clang/lib/StaticAnalyzer/Checkers/RetainCountChecker/
DRetainCountChecker.cpp409 Ctx.getObjCObjectPointerType(Ctx.getObjCInterfaceType(D)); in GetReturnType()

12