Home
last modified time | relevance | path

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

/openbsd/gnu/llvm/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()
/openbsd/gnu/llvm/clang/lib/Sema/
H A DSemaExprObjC.cpp136 Ty = Context.getObjCInterfaceType(NSStringIDecl); in BuildObjCStringLiteral()
279 QualType NSNumberObject = CX.getObjCInterfaceType(S.NSNumberDecl); in getNSNumberFactoryMethod()
527 QualType NSStringObject = Context.getObjCInterfaceType(NSStringDecl); in BuildObjCBoxedExpr()
661 QualType NSValueObject = Context.getObjCInterfaceType(NSValueDecl); in BuildObjCBoxedExpr()
1119 Context.getObjCInterfaceType(NSDictionaryDecl)); in BuildObjCDictionaryLiteral()
1497 Context.getObjCInterfaceType(Class))); in getBaseMessageSendResultType()
1546 Context.getObjCInterfaceType(MD->getClassInterface())); in getMessageSendResultType()
2337 T = Context.getObjCInterfaceType(Class); in getObjCMessageKind()
2369 QualType T = Context.getObjCInterfaceType(Class); in getObjCMessageKind()
2657 if (RequireCompleteType(Loc, Context.getObjCInterfaceType(Class), in BuildClassMessage()
[all …]
H A DSemaDeclObjC.cpp164 << Context.getObjCInterfaceType(CurrentClass) in CheckObjCMethodOverride()
580 SuperClassType = Context.getObjCInterfaceType(SuperClassDecl); in ActOnSuperClassOfClassInterface()
1595 type = Context.getObjCInterfaceType(typeDecl.get<ObjCInterfaceDecl *>()); in actOnObjCTypeArgsOrProtocolQualifiers()
1831 || RequireCompleteType(ClassLoc, Context.getObjCInterfaceType(IDecl), in ActOnStartCategoryInterface()
1942 } else if (RequireCompleteType(ClassLoc, Context.getObjCInterfaceType(IDecl), in ActOnStartCategoryImplementation()
1997 RequireCompleteType(ClassLoc, Context.getObjCInterfaceType(IDecl), in ActOnStartClassImplementation()
2059 Context.getObjCInterfaceType(SDecl), in ActOnStartClassImplementation()
H A DSemaPseudoObject.cpp561 S.Context.getObjCInterfaceType(method->getClassInterface()), in LookupMethodInReceiverType()
577 QualType IT = S.Context.getObjCInterfaceType(PRE->getClassReceiver()); in LookupMethodInReceiverType()
H A DSemaCodeComplete.cpp918 return C.getObjCInterfaceType(Iface); in getDeclUsageType()
7985 Receiver = ParsedType::make(Context.getObjCInterfaceType(CDecl)); in CodeCompleteObjCSuperMessage()
8154 Context.getObjCInterfaceType(Super)) in CodeCompleteObjCInstanceMessage()
8164 S, ParsedType::make(Context.getObjCInterfaceType(IFace)), SelIdents, in CodeCompleteObjCInstanceMessage()
8168 Context.getObjCObjectPointerType(Context.getObjCInterfaceType(IFace)); in CodeCompleteObjCInstanceMessage()
H A DSemaStmt.cpp3966 RelatedRetType = Context.getObjCInterfaceType(MD->getClassInterface()); in BuildReturnStmt()
H A DSemaDecl.cpp556 T = Context.getObjCInterfaceType(IDecl); in getTypeName()
1215 QualType T = Context.getObjCInterfaceType(Class); in ClassifyName()
/openbsd/gnu/llvm/clang/tools/libclang/
H A DCXType.cpp245 return MakeCXType(Context.getObjCInterfaceType(ID), TU); in clang_getCursorType()
261 = Context.getObjCInterfaceType(getCursorObjCSuperClassRef(C).first); in clang_getCursorType()
266 QualType T = Context.getObjCInterfaceType(getCursorObjCClassRef(C).first); in clang_getCursorType()
/openbsd/gnu/llvm/clang/lib/AST/
H A DExprObjC.cpp98 return ctx.getObjCInterfaceType(getClassReceiver()); in getReceiverType()
H A DDeclObjC.cpp1156 selfTy = Context.getObjCInterfaceType(OID); in getSelfType()
1554 C.getObjCInterfaceType(Result, PrevDecl); in Create()
H A DASTStructuralEquivalence.cpp2007 Context.ToCtx.getObjCInterfaceType(D2->getContainingInterface()); in IsStructurallyEquivalent()
2083 QualType D2Type = Context.ToCtx.getObjCInterfaceType(D2->getClassInterface()); in IsStructurallyEquivalent()
H A DType.cpp1682 = classDecl->getASTContext().getObjCInterfaceType( in computeSuperClassTypeSlow()
1702 return interfaceDecl->getASTContext().getObjCInterfaceType(interfaceDecl) in getInterfaceType()
H A DASTContext.cpp5594 QualType ASTContext::getObjCInterfaceType(const ObjCInterfaceDecl *Decl, in getObjCInterfaceType() function in ASTContext
9139 ObjCConstantStringType = getObjCInterfaceType(Decl); in setObjCConstantStringInterface()
9978 QualType Result = getObjCInterfaceType(LHS->getInterface()); in areCommonBaseCompatible()
10028 QualType Result = getObjCInterfaceType(RHS->getInterface()); in areCommonBaseCompatible()
H A DASTImporter.cpp1646 return Importer.getToContext().getObjCInterfaceType(*ToDeclOrErr); in VisitObjCInterfaceType()
/openbsd/gnu/llvm/clang/include/clang/AST/
H A DASTContext.h1659 QualType getObjCInterfaceType(const ObjCInterfaceDecl *Decl,
2064 return getObjCInterfaceType(getObjCProtocolDecl()); in getObjCProtoType()
H A DTypeProperties.td884 return ctx.getObjCInterfaceType(
H A DRecursiveASTVisitor.h2775 QualType Type = IDecl->getASTContext().getObjCInterfaceType(IDecl);
/openbsd/gnu/llvm/lldb/source/Plugins/ExpressionParser/Clang/
H A DClangASTImporter.cpp983 m_source_ctx->getObjCInterfaceType(imported_from_superclass))); in ImportDefinitionTo()
/openbsd/gnu/llvm/lldb/source/Plugins/TypeSystem/Clang/
H A DTypeSystemClang.cpp1222 return GetType(getASTContext().getObjCInterfaceType(decl)); in GetTypeForDecl()
1860 return GetType(ast.getObjCInterfaceType(decl)); in CreateObjCClass()
5984 return GetType(getASTContext().getObjCInterfaceType( in GetDirectBaseClassAtIndex()
6005 return GetType(getASTContext().getObjCInterfaceType( in GetDirectBaseClassAtIndex()
6379 GetType(getASTContext().getObjCInterfaceType( in GetChildCompilerTypeAtIndex()
6385 getASTContext().getObjCInterfaceType( in GetChildCompilerTypeAtIndex()
6860 GetType(getASTContext().getObjCInterfaceType( in GetIndexOfChildMemberWithName()
7932 clang_ast.getObjCInterfaceType(super_interface_decl))); in SetObjCSuperClass()
/openbsd/gnu/llvm/clang/lib/StaticAnalyzer/Checkers/RetainCountChecker/
H A DRetainCountChecker.cpp410 Ctx.getObjCObjectPointerType(Ctx.getObjCInterfaceType(D)); in GetReturnType()
/openbsd/gnu/llvm/clang/lib/CodeGen/
H A DItaniumCXXABI.cpp3935 QualType SuperTy = CGM.getContext().getObjCInterfaceType(Super); in BuildObjCObjectTypeInfo()
H A DCGDebugInfo.cpp2840 getOrCreateType(CGM.getContext().getObjCInterfaceType(SClass), Unit); in CreateTypeDefinition()
H A DCodeGenModule.cpp6413 DI->getOrCreateInterfaceType(getContext().getObjCInterfaceType( in EmitTopLevelDecl()
/openbsd/gnu/llvm/clang/lib/Frontend/Rewrite/
H A DRewriteObjC.cpp1106 QualType selfTy = Context->getObjCInterfaceType(IDecl); in RewriteObjCMethodDecl()
H A DRewriteModernObjC.cpp1273 QualType selfTy = Context->getObjCInterfaceType(IDecl); in RewriteObjCMethodDecl()