/netbsd-src/external/apache2/llvm/dist/clang/lib/Sema/ |
H A D | SemaExprObjC.cpp | 135 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() 2259 << &propertyName << Context.getObjCInterfaceType(IFace)); in ActOnClassPropertyRefExpr() 2339 T = Context.getObjCInterfaceType(Class); in getObjCMessageKind() [all …]
|
H A D | SemaDeclObjC.cpp | 164 << 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()
|
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 | 916 return C.getObjCInterfaceType(Iface); in getDeclUsageType() 7441 Receiver = ParsedType::make(Context.getObjCInterfaceType(CDecl)); in CodeCompleteObjCSuperMessage() 7610 Context.getObjCInterfaceType(Super)) in CodeCompleteObjCInstanceMessage() 7620 S, ParsedType::make(Context.getObjCInterfaceType(IFace)), SelIdents, in CodeCompleteObjCInstanceMessage() 7624 Context.getObjCObjectPointerType(Context.getObjCInterfaceType(IFace)); in CodeCompleteObjCInstanceMessage()
|
H A D | SemaStmt.cpp | 3979 RelatedRetType = Context.getObjCInterfaceType(MD->getClassInterface()); in BuildReturnStmt()
|
H A D | SemaDecl.cpp | 488 T = Context.getObjCInterfaceType(IDecl); in getTypeName() 1156 QualType T = Context.getObjCInterfaceType(Class); in ClassifyName()
|
/netbsd-src/external/apache2/llvm/dist/clang/tools/libclang/ |
H A D | CXType.cpp | 237 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()
|
/netbsd-src/external/apache2/llvm/dist/clang/lib/AST/ |
H A D | ExprObjC.cpp | 98 return ctx.getObjCInterfaceType(getClassReceiver()); in getReceiverType()
|
H A D | DeclObjC.cpp | 1105 selfTy = Context.getObjCInterfaceType(OID); in getSelfType() 1503 C.getObjCInterfaceType(Result, PrevDecl); in Create()
|
H A D | Type.cpp | 1652 = classDecl->getASTContext().getObjCInterfaceType( in computeSuperClassTypeSlow() 1672 return interfaceDecl->getASTContext().getObjCInterfaceType(interfaceDecl) in getInterfaceType()
|
H A D | ASTContext.cpp | 5374 QualType ASTContext::getObjCInterfaceType(const ObjCInterfaceDecl *Decl, in getObjCInterfaceType() function in ASTContext 8379 ObjCConstantStringType = getObjCInterfaceType(Decl); in setObjCConstantStringInterface() 9205 QualType Result = getObjCInterfaceType(LHS->getInterface()); in areCommonBaseCompatible() 9255 QualType Result = getObjCInterfaceType(RHS->getInterface()); in areCommonBaseCompatible()
|
H A D | ASTImporter.cpp | 1572 return Importer.getToContext().getObjCInterfaceType(*ToDeclOrErr); in VisitObjCInterfaceType()
|
/netbsd-src/external/apache2/llvm/dist/clang/include/clang/AST/ |
H A D | ASTContext.h | 1556 QualType getObjCInterfaceType(const ObjCInterfaceDecl *Decl, 1959 return getObjCInterfaceType(getObjCProtocolDecl()); in getObjCProtoType()
|
H A D | TypeProperties.td | 844 return ctx.getObjCInterfaceType(
|
/netbsd-src/external/apache2/llvm/dist/clang/lib/StaticAnalyzer/Checkers/RetainCountChecker/ |
H A D | RetainCountChecker.cpp | 409 Ctx.getObjCObjectPointerType(Ctx.getObjCInterfaceType(D)); in GetReturnType()
|
/netbsd-src/external/apache2/llvm/dist/clang/lib/CodeGen/ |
H A D | ItaniumCXXABI.cpp | 3903 QualType SuperTy = CGM.getContext().getObjCInterfaceType(Super); in BuildObjCObjectTypeInfo()
|
H A D | CGDebugInfo.cpp | 2718 getOrCreateType(CGM.getContext().getObjCInterfaceType(SClass), Unit); in CreateTypeDefinition()
|
H A D | CodeGenModule.cpp | 5783 DI->getOrCreateInterfaceType(getContext().getObjCInterfaceType( in EmitTopLevelDecl()
|
/netbsd-src/external/apache2/llvm/dist/clang/lib/Frontend/Rewrite/ |
H A D | RewriteObjC.cpp | 1106 QualType selfTy = Context->getObjCInterfaceType(IDecl); in RewriteObjCMethodDecl()
|
H A D | RewriteModernObjC.cpp | 1272 QualType selfTy = Context->getObjCInterfaceType(IDecl); in RewriteObjCMethodDecl()
|