Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/lldb/source/Plugins/LanguageRuntime/ObjC/AppleObjCRuntime/
H A DAppleObjCDeclVendor.cpp434 context.getObjCInterfaceType(superclass_decl))); in FinishDecl()
560 ast_ctx.getObjCInterfaceType(result_iface_decl); in FindDecls()
607 clang::QualType new_iface_type = ast_ctx.getObjCInterfaceType(iface_decl); in FindDecls()
/freebsd/contrib/llvm-project/clang/lib/Sema/
H A DSemaExprObjC.cpp139 Ty = Context.getObjCInterfaceType(NSStringIDecl); in BuildObjCStringLiteral()
283 QualType NSNumberObject = CX.getObjCInterfaceType(S.NSNumberDecl); in getNSNumberFactoryMethod()
534 QualType NSStringObject = Context.getObjCInterfaceType(NSStringDecl); in BuildObjCBoxedExpr()
664 QualType NSValueObject = Context.getObjCInterfaceType(NSValueDecl); in BuildObjCBoxedExpr()
893 Context.getObjCInterfaceType(NSArrayDecl)); in BuildObjCArrayLiteral()
1121 Context.getObjCInterfaceType(NSDictionaryDecl)); in BuildObjCDictionaryLiteral()
1501 Context.getObjCInterfaceType(Class))); in getBaseMessageSendResultType()
1549 Context.getObjCInterfaceType(MD->getClassInterface())); in getMessageSendResultType()
2259 << &propertyName << Context.getObjCInterfaceType(IFace)); in ActOnClassPropertyRefExpr()
2338 T = Context.getObjCInterfaceType(Class); in getObjCMessageKind()
[all …]
H A DSemaDeclObjC.cpp169 << Context.getObjCInterfaceType(CurrentClass) in CheckObjCMethodOverride()
587 SuperClassType = Context.getObjCInterfaceType(SuperClassDecl); in ActOnSuperClassOfClassInterface()
1594 type = Context.getObjCInterfaceType(cast<ObjCInterfaceDecl *>(typeDecl)); in actOnObjCTypeArgsOrProtocolQualifiers()
1831 SemaRef.RequireCompleteType(ClassLoc, Context.getObjCInterfaceType(IDecl), in ActOnStartCategoryInterface()
1944 Context.getObjCInterfaceType(IDecl), in ActOnStartCategoryImplementation()
2000 SemaRef.RequireCompleteType(ClassLoc, Context.getObjCInterfaceType(IDecl), in ActOnStartClassImplementation()
2063 Context.getObjCInterfaceType(SDecl), in ActOnStartClassImplementation()
H A DSemaPseudoObject.cpp566 sel, S.Context.getObjCInterfaceType(method->getClassInterface()), in LookupMethodInReceiverType()
583 QualType IT = S.Context.getObjCInterfaceType(PRE->getClassReceiver()); in LookupMethodInReceiverType()
H A DSemaCodeComplete.cpp946 return C.getObjCInterfaceType(Iface); in getDeclUsageType()
8302 Receiver = ParsedType::make(getASTContext().getObjCInterfaceType(CDecl)); in CodeCompleteObjCSuperMessage()
8470 Context.getObjCInterfaceType(Super)) in CodeCompleteObjCInstanceMessage()
8480 S, ParsedType::make(Context.getObjCInterfaceType(IFace)), SelIdents, in CodeCompleteObjCInstanceMessage()
8484 Context.getObjCObjectPointerType(Context.getObjCInterfaceType(IFace)); in CodeCompleteObjCInstanceMessage()
H A DSemaStmt.cpp3948 RelatedRetType = Context.getObjCInterfaceType(MD->getClassInterface()); in BuildReturnStmt()
H A DSemaDecl.cpp545 T = Context.getObjCInterfaceType(IDecl); in getTypeName()
1190 QualType T = Context.getObjCInterfaceType(Class); in ClassifyName()
/freebsd/contrib/llvm-project/clang/lib/AST/
H A DExprObjC.cpp95 return ctx.getObjCInterfaceType(getClassReceiver()); in getReceiverType()
H A DDeclObjC.cpp1153 selfTy = Context.getObjCInterfaceType(OID); in getSelfType()
1547 C.getObjCInterfaceType(Result, PrevDecl); in Create()
H A DASTStructuralEquivalence.cpp2434 Context.ToCtx.getObjCInterfaceType(D2->getContainingInterface()); in IsStructurallyEquivalent()
2516 Intf2 ? Context.ToCtx.getObjCInterfaceType(Intf2) : QualType(); in IsStructurallyEquivalent()
H A DType.cpp1827 classDecl->getASTContext().getObjCInterfaceType( in computeSuperClassTypeSlow()
1848 .getObjCInterfaceType(interfaceDecl) in getInterfaceType()
H A DASTContext.cpp6409 QualType ASTContext::getObjCInterfaceType(const ObjCInterfaceDecl *Decl, in getObjCInterfaceType() function in ASTContext
10266 ObjCConstantStringType = getObjCInterfaceType(Decl); in setObjCConstantStringInterface()
11111 QualType Result = getObjCInterfaceType(LHS->getInterface()); in areCommonBaseCompatible()
11161 QualType Result = getObjCInterfaceType(RHS->getInterface()); in areCommonBaseCompatible()
H A DASTImporter.cpp1923 return Importer.getToContext().getObjCInterfaceType(*ToDeclOrErr); in VisitObjCInterfaceType()
/freebsd/contrib/llvm-project/lldb/source/Plugins/TypeSystem/Clang/
H A DTypeSystemClang.cpp1189 return GetType(getASTContext().getObjCInterfaceType(decl)); in GetTypeForDecl()
1838 return GetType(ast.getObjCInterfaceType(decl)); in CreateObjCClass()
5920 return GetType(getASTContext().getObjCInterfaceType( in GetDirectBaseClassAtIndex()
5941 return GetType(getASTContext().getObjCInterfaceType( in GetDirectBaseClassAtIndex()
6373 GetType(getASTContext().getObjCInterfaceType( in GetChildCompilerTypeAtIndex()
6381 getASTContext().getObjCInterfaceType( in GetChildCompilerTypeAtIndex()
6856 GetType(getASTContext().getObjCInterfaceType( in GetIndexOfChildMemberWithName()
7906 clang_ast.getObjCInterfaceType(super_interface_decl))); in SetObjCSuperClass()
/freebsd/contrib/llvm-project/clang/include/clang/AST/
H A DASTContext.h1918 QualType getObjCInterfaceType(const ObjCInterfaceDecl *Decl,
2337 return getObjCInterfaceType(getObjCProtocolDecl()); in getObjCProtoType()
H A DTypeProperties.td966 return ctx.getObjCInterfaceType(
H A DRecursiveASTVisitor.h2884 QualType Type = IDecl->getASTContext().getObjCInterfaceType(IDecl);
/freebsd/contrib/llvm-project/lldb/source/Plugins/ExpressionParser/Clang/
H A DClangASTImporter.cpp1248 m_source_ctx->getObjCInterfaceType(imported_from_superclass))); in ImportDefinitionTo()
/freebsd/contrib/llvm-project/clang/lib/StaticAnalyzer/Checkers/RetainCountChecker/
H A DRetainCountChecker.cpp407 Ctx.getObjCObjectPointerType(Ctx.getObjCInterfaceType(D)); in GetReturnType()
/freebsd/contrib/llvm-project/clang/lib/CodeGen/
H A DItaniumCXXABI.cpp4330 QualType SuperTy = CGM.getContext().getObjCInterfaceType(Super); in BuildObjCObjectTypeInfo()
H A DCGDebugInfo.cpp3336 getOrCreateType(CGM.getContext().getObjCInterfaceType(SClass), Unit); in CreateTypeDefinition()
H A DCodeGenModule.cpp7330 DI->getOrCreateInterfaceType(getContext().getObjCInterfaceType( in EmitTopLevelDecl()
/freebsd/contrib/llvm-project/clang/lib/Frontend/Rewrite/
H A DRewriteObjC.cpp1104 QualType selfTy = Context->getObjCInterfaceType(IDecl); in RewriteObjCMethodDecl()
H A DRewriteModernObjC.cpp1271 QualType selfTy = Context->getObjCInterfaceType(IDecl); in RewriteObjCMethodDecl()
/freebsd/contrib/llvm-project/llvm/include/llvm/Testing/Demangle/
H A DDemangleTestCases.inc8882 …ObjCInterfaceTypeEPKNS_17ObjCInterfaceDeclE", "clang::ASTContext::getObjCInterfaceType(clang::ObjC…