/openbsd/gnu/llvm/lldb/source/Plugins/LanguageRuntime/ObjC/AppleObjCRuntime/ |
H A D | AppleObjCDeclVendor.cpp | 433 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 D | SemaExprObjC.cpp | 136 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 D | SemaDeclObjC.cpp | 164 << 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 D | SemaPseudoObject.cpp | 561 S.Context.getObjCInterfaceType(method->getClassInterface()), in LookupMethodInReceiverType() 577 QualType IT = S.Context.getObjCInterfaceType(PRE->getClassReceiver()); in LookupMethodInReceiverType()
|
H A D | SemaCodeComplete.cpp | 918 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 D | SemaStmt.cpp | 3966 RelatedRetType = Context.getObjCInterfaceType(MD->getClassInterface()); in BuildReturnStmt()
|
H A D | SemaDecl.cpp | 556 T = Context.getObjCInterfaceType(IDecl); in getTypeName() 1215 QualType T = Context.getObjCInterfaceType(Class); in ClassifyName()
|
/openbsd/gnu/llvm/clang/tools/libclang/ |
H A D | CXType.cpp | 245 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 D | ExprObjC.cpp | 98 return ctx.getObjCInterfaceType(getClassReceiver()); in getReceiverType()
|
H A D | DeclObjC.cpp | 1156 selfTy = Context.getObjCInterfaceType(OID); in getSelfType() 1554 C.getObjCInterfaceType(Result, PrevDecl); in Create()
|
H A D | ASTStructuralEquivalence.cpp | 2007 Context.ToCtx.getObjCInterfaceType(D2->getContainingInterface()); in IsStructurallyEquivalent() 2083 QualType D2Type = Context.ToCtx.getObjCInterfaceType(D2->getClassInterface()); in IsStructurallyEquivalent()
|
H A D | Type.cpp | 1682 = classDecl->getASTContext().getObjCInterfaceType( in computeSuperClassTypeSlow() 1702 return interfaceDecl->getASTContext().getObjCInterfaceType(interfaceDecl) in getInterfaceType()
|
H A D | ASTContext.cpp | 5594 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 D | ASTImporter.cpp | 1646 return Importer.getToContext().getObjCInterfaceType(*ToDeclOrErr); in VisitObjCInterfaceType()
|
/openbsd/gnu/llvm/clang/include/clang/AST/ |
H A D | ASTContext.h | 1659 QualType getObjCInterfaceType(const ObjCInterfaceDecl *Decl, 2064 return getObjCInterfaceType(getObjCProtocolDecl()); in getObjCProtoType()
|
H A D | TypeProperties.td | 884 return ctx.getObjCInterfaceType(
|
H A D | RecursiveASTVisitor.h | 2775 QualType Type = IDecl->getASTContext().getObjCInterfaceType(IDecl);
|
/openbsd/gnu/llvm/lldb/source/Plugins/ExpressionParser/Clang/ |
H A D | ClangASTImporter.cpp | 983 m_source_ctx->getObjCInterfaceType(imported_from_superclass))); in ImportDefinitionTo()
|
/openbsd/gnu/llvm/lldb/source/Plugins/TypeSystem/Clang/ |
H A D | TypeSystemClang.cpp | 1222 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 D | RetainCountChecker.cpp | 410 Ctx.getObjCObjectPointerType(Ctx.getObjCInterfaceType(D)); in GetReturnType()
|
/openbsd/gnu/llvm/clang/lib/CodeGen/ |
H A D | ItaniumCXXABI.cpp | 3935 QualType SuperTy = CGM.getContext().getObjCInterfaceType(Super); in BuildObjCObjectTypeInfo()
|
H A D | CGDebugInfo.cpp | 2840 getOrCreateType(CGM.getContext().getObjCInterfaceType(SClass), Unit); in CreateTypeDefinition()
|
H A D | CodeGenModule.cpp | 6413 DI->getOrCreateInterfaceType(getContext().getObjCInterfaceType( in EmitTopLevelDecl()
|
/openbsd/gnu/llvm/clang/lib/Frontend/Rewrite/ |
H A D | RewriteObjC.cpp | 1106 QualType selfTy = Context->getObjCInterfaceType(IDecl); in RewriteObjCMethodDecl()
|
H A D | RewriteModernObjC.cpp | 1273 QualType selfTy = Context->getObjCInterfaceType(IDecl); in RewriteObjCMethodDecl()
|