Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/lldb/source/Plugins/LanguageRuntime/ObjC/AppleObjCRuntime/
H A DAppleObjCDeclVendor.cpp433 context.getObjCInterfaceType(superclass_decl))); in FinishDecl()
559 ast_ctx.getObjCInterfaceType(result_iface_decl); in FindDecls()
606 clang::QualType new_iface_type = ast_ctx.getObjCInterfaceType(iface_decl); in FindDecls()
/freebsd/contrib/llvm-project/clang/lib/Sema/
H A DSemaExprObjC.cpp141 Ty = Context.getObjCInterfaceType(NSStringIDecl); in BuildObjCStringLiteral()
285 QualType NSNumberObject = CX.getObjCInterfaceType(S.NSNumberDecl); in getNSNumberFactoryMethod()
536 QualType NSStringObject = Context.getObjCInterfaceType(NSStringDecl); in BuildObjCBoxedExpr()
669 QualType NSValueObject = Context.getObjCInterfaceType(NSValueDecl); in BuildObjCBoxedExpr()
898 Context.getObjCInterfaceType(NSArrayDecl)); in BuildObjCArrayLiteral()
1126 Context.getObjCInterfaceType(NSDictionaryDecl)); in BuildObjCDictionaryLiteral()
1511 Context.getObjCInterfaceType(Class))); in getBaseMessageSendResultType()
1559 Context.getObjCInterfaceType(MD->getClassInterface())); in getMessageSendResultType()
2270 << &propertyName << Context.getObjCInterfaceType(IFace)); in ActOnClassPropertyRefExpr()
2349 T = Context.getObjCInterfaceType(Class); in getObjCMessageKind()
[all …]
H A DSemaDeclObjC.cpp170 << Context.getObjCInterfaceType(CurrentClass) in CheckObjCMethodOverride()
588 SuperClassType = Context.getObjCInterfaceType(SuperClassDecl); in ActOnSuperClassOfClassInterface()
1591 type = Context.getObjCInterfaceType(typeDecl.get<ObjCInterfaceDecl *>()); in actOnObjCTypeArgsOrProtocolQualifiers()
1828 SemaRef.RequireCompleteType(ClassLoc, Context.getObjCInterfaceType(IDecl), in ActOnStartCategoryInterface()
1941 Context.getObjCInterfaceType(IDecl), in ActOnStartCategoryImplementation()
1997 SemaRef.RequireCompleteType(ClassLoc, Context.getObjCInterfaceType(IDecl), in ActOnStartClassImplementation()
2060 Context.getObjCInterfaceType(SDecl), in ActOnStartClassImplementation()
H A DSemaPseudoObject.cpp568 sel, S.Context.getObjCInterfaceType(method->getClassInterface()), in LookupMethodInReceiverType()
585 QualType IT = S.Context.getObjCInterfaceType(PRE->getClassReceiver()); in LookupMethodInReceiverType()
H A DSemaCodeComplete.cpp946 return C.getObjCInterfaceType(Iface); in getDeclUsageType()
8152 Receiver = ParsedType::make(getASTContext().getObjCInterfaceType(CDecl)); in CodeCompleteObjCSuperMessage()
8322 Context.getObjCInterfaceType(Super)) in CodeCompleteObjCInstanceMessage()
8332 S, ParsedType::make(Context.getObjCInterfaceType(IFace)), SelIdents, in CodeCompleteObjCInstanceMessage()
8336 Context.getObjCObjectPointerType(Context.getObjCInterfaceType(IFace)); in CodeCompleteObjCInstanceMessage()
H A DSemaStmt.cpp3828 RelatedRetType = Context.getObjCInterfaceType(MD->getClassInterface()); in BuildReturnStmt()
H A DSemaDecl.cpp527 T = Context.getObjCInterfaceType(IDecl); in getTypeName()
1173 QualType T = Context.getObjCInterfaceType(Class); in ClassifyName()
/freebsd/contrib/llvm-project/clang/lib/AST/
H A DExprObjC.cpp98 return ctx.getObjCInterfaceType(getClassReceiver()); in getReceiverType()
H A DDeclObjC.cpp1156 selfTy = Context.getObjCInterfaceType(OID); in getSelfType()
1550 C.getObjCInterfaceType(Result, PrevDecl); in Create()
H A DASTStructuralEquivalence.cpp2165 Context.ToCtx.getObjCInterfaceType(D2->getContainingInterface()); in IsStructurallyEquivalent()
2247 Intf2 ? Context.ToCtx.getObjCInterfaceType(Intf2) : QualType(); in IsStructurallyEquivalent()
H A DType.cpp1781 = classDecl->getASTContext().getObjCInterfaceType( in computeSuperClassTypeSlow()
1801 return interfaceDecl->getASTContext().getObjCInterfaceType(interfaceDecl) in getInterfaceType()
H A DASTContext.cpp5990 QualType ASTContext::getObjCInterfaceType(const ObjCInterfaceDecl *Decl, in getObjCInterfaceType() function in ASTContext
9608 ObjCConstantStringType = getObjCInterfaceType(Decl); in setObjCConstantStringInterface()
10538 QualType Result = getObjCInterfaceType(LHS->getInterface()); in areCommonBaseCompatible()
10588 QualType Result = getObjCInterfaceType(RHS->getInterface()); in areCommonBaseCompatible()
H A DASTImporter.cpp1705 return Importer.getToContext().getObjCInterfaceType(*ToDeclOrErr); in VisitObjCInterfaceType()
/freebsd/contrib/llvm-project/clang/include/clang/AST/
H A DASTContext.h1740 QualType getObjCInterfaceType(const ObjCInterfaceDecl *Decl,
2154 return getObjCInterfaceType(getObjCProtocolDecl()); in getObjCProtoType()
H A DTypeProperties.td943 return ctx.getObjCInterfaceType(
H A DRecursiveASTVisitor.h2840 QualType Type = IDecl->getASTContext().getObjCInterfaceType(IDecl);
/freebsd/contrib/llvm-project/lldb/source/Plugins/TypeSystem/Clang/
H A DTypeSystemClang.cpp1166 return GetType(getASTContext().getObjCInterfaceType(decl)); in GetTypeForDecl()
1819 return GetType(ast.getObjCInterfaceType(decl)); in CreateObjCClass()
5946 return GetType(getASTContext().getObjCInterfaceType( in GetDirectBaseClassAtIndex()
5967 return GetType(getASTContext().getObjCInterfaceType( in GetDirectBaseClassAtIndex()
6377 GetType(getASTContext().getObjCInterfaceType( in GetChildCompilerTypeAtIndex()
6385 getASTContext().getObjCInterfaceType( in GetChildCompilerTypeAtIndex()
6858 GetType(getASTContext().getObjCInterfaceType( in GetIndexOfChildMemberWithName()
7967 clang_ast.getObjCInterfaceType(super_interface_decl))); in SetObjCSuperClass()
/freebsd/contrib/llvm-project/lldb/source/Plugins/ExpressionParser/Clang/
H A DClangASTImporter.cpp1223 m_source_ctx->getObjCInterfaceType(imported_from_superclass))); in ImportDefinitionTo()
/freebsd/contrib/llvm-project/clang/lib/StaticAnalyzer/Checkers/RetainCountChecker/
H A DRetainCountChecker.cpp408 Ctx.getObjCObjectPointerType(Ctx.getObjCInterfaceType(D)); in GetReturnType()
/freebsd/contrib/llvm-project/clang/lib/CodeGen/
H A DItaniumCXXABI.cpp4284 QualType SuperTy = CGM.getContext().getObjCInterfaceType(Super); in BuildObjCObjectTypeInfo()
H A DCGDebugInfo.cpp3111 getOrCreateType(CGM.getContext().getObjCInterfaceType(SClass), Unit); in CreateTypeDefinition()
H A DCodeGenModule.cpp7004 DI->getOrCreateInterfaceType(getContext().getObjCInterfaceType( in EmitTopLevelDecl()
/freebsd/contrib/llvm-project/clang/lib/Frontend/Rewrite/
H A DRewriteModernObjC.cpp1272 QualType selfTy = Context->getObjCInterfaceType(IDecl); in RewriteObjCMethodDecl()