Searched refs:getObjCInterfaceType (Results 1 – 18 of 18) sorted by relevance
| /minix3/external/bsd/llvm/dist/clang/lib/Sema/ |
| H A D | SemaExprObjC.cpp | 137 Ty = Context.getObjCInterfaceType(NSStringIDecl); in BuildObjCStringLiteral() 223 QualType NSNumberObject = CX.getObjCInterfaceType(S.NSNumberDecl); in getNSNumberFactoryMethod() 486 QualType NSStringObject = Context.getObjCInterfaceType(NSStringDecl); in BuildObjCBoxedExpr() 739 Context.getObjCInterfaceType(NSArrayDecl)); in BuildObjCArrayLiteral() 925 Context.getObjCInterfaceType(NSDictionaryDecl)); in BuildObjCDictionaryLiteral() 1166 Context.getObjCInterfaceType(Class)); in getMessageSendResultType() 1763 QualType T = Context.getObjCInterfaceType(Super); in ActOnClassPropertyRefExpr() 1826 Context.getObjCInterfaceType(IFace)); in ActOnClassPropertyRefExpr() 1833 << &propertyName << Context.getObjCInterfaceType(IFace)); in ActOnClassPropertyRefExpr() 1909 T = Context.getObjCInterfaceType(Class); in getObjCMessageKind() [all …]
|
| H A D | SemaPseudoObject.cpp | 524 S.Context.getObjCInterfaceType(method->getClassInterface()), in LookupMethodInReceiverType() 540 QualType IT = S.Context.getObjCInterfaceType(PRE->getClassReceiver()); in LookupMethodInReceiverType() 694 receiverType = S.Context.getObjCInterfaceType(RefExpr->getClassReceiver()); in buildGet() 735 receiverType = S.Context.getObjCInterfaceType(RefExpr->getClassReceiver()); in buildSet()
|
| H A D | SemaDeclObjC.cpp | 140 << Context.getObjCInterfaceType(CurrentClass) in CheckObjCMethodOverride() 576 Context.getObjCInterfaceType(SuperClassDecl), in ActOnStartClassInterface() 899 || RequireCompleteType(ClassLoc, Context.getObjCInterfaceType(IDecl), in ActOnStartCategoryInterface() 978 } else if (RequireCompleteType(ClassLoc, Context.getObjCInterfaceType(IDecl), in ActOnStartCategoryImplementation() 1026 RequireCompleteType(ClassLoc, Context.getObjCInterfaceType(IDecl), in ActOnStartClassImplementation()
|
| H A D | SemaCodeComplete.cpp | 660 return C.getObjCInterfaceType(Iface); in getDeclUsageType() 5306 Receiver = ParsedType::make(Context.getObjCInterfaceType(CDecl)); in CodeCompleteObjCSuperMessage() 5477 Context.getObjCInterfaceType(Super)) in CodeCompleteObjCInstanceMessage() 5487 ParsedType::make(Context.getObjCInterfaceType(IFace)), in CodeCompleteObjCInstanceMessage() 5492 Context.getObjCInterfaceType(IFace)); in CodeCompleteObjCInstanceMessage()
|
| H A D | SemaStmt.cpp | 2938 RelatedRetType = Context.getObjCInterfaceType(MD->getClassInterface()); in BuildReturnStmt()
|
| H A D | SemaDecl.cpp | 406 T = Context.getObjCInterfaceType(IDecl); in getTypeName() 959 QualType T = Context.getObjCInterfaceType(Class); in ClassifyName()
|
| /minix3/external/bsd/llvm/dist/clang/tools/libclang/ |
| H A D | CXType.cpp | 161 return MakeCXType(Context.getObjCInterfaceType(ID), TU); in clang_getCursorType() 183 = Context.getObjCInterfaceType(getCursorObjCSuperClassRef(C).first); in clang_getCursorType() 188 QualType T = Context.getObjCInterfaceType(getCursorObjCClassRef(C).first); in clang_getCursorType()
|
| /minix3/external/bsd/llvm/dist/clang/include/clang/AST/ |
| H A D | ASTContext.h | 1165 QualType getObjCInterfaceType(const ObjCInterfaceDecl *Decl, 1503 return getObjCInterfaceType(getObjCProtocolDecl()); in getObjCProtoType()
|
| /minix3/external/bsd/llvm/dist/clang/lib/AST/ |
| H A D | DeclObjC.cpp | 901 selfTy = Context.getObjCInterfaceType(OID); in createImplicitParams() 1155 C.getObjCInterfaceType(Result, PrevDecl); in Create()
|
| H A D | ASTContext.cpp | 3684 QualType ASTContext::getObjCInterfaceType(const ObjCInterfaceDecl *Decl, in getObjCInterfaceType() function in ASTContext 6227 ObjCConstantStringType = getObjCInterfaceType(Decl); in setObjCConstantStringInterface() 6765 LHS = cast<ObjCInterfaceType>(getObjCInterfaceType(LDecl)); in areCommonBaseCompatible()
|
| H A D | ASTImporter.cpp | 1774 return Importer.getToContext().getObjCInterfaceType(Class); in VisitObjCInterfaceType()
|
| /minix3/external/bsd/llvm/dist/clang/lib/StaticAnalyzer/Checkers/ |
| H A D | RetainCountChecker.cpp | 2825 Ctx.getObjCObjectPointerType(Ctx.getObjCInterfaceType(D)); in GetReturnType()
|
| /minix3/external/bsd/llvm/dist/clang/lib/CodeGen/ |
| H A D | ItaniumCXXABI.cpp | 2797 QualType SuperTy = CGM.getContext().getObjCInterfaceType(Super); in BuildObjCObjectTypeInfo()
|
| H A D | CodeGenModule.cpp | 3251 DI->getOrCreateInterfaceType(getContext().getObjCInterfaceType( in EmitTopLevelDecl()
|
| H A D | CGDebugInfo.cpp | 1685 getOrCreateType(CGM.getContext().getObjCInterfaceType(SClass), Unit); in CreateTypeDefinition()
|
| /minix3/external/bsd/llvm/dist/clang/lib/Frontend/Rewrite/ |
| H A D | RewriteObjC.cpp | 1102 QualType selfTy = Context->getObjCInterfaceType(IDecl); in RewriteObjCMethodDecl()
|
| H A D | RewriteModernObjC.cpp | 1297 QualType selfTy = Context->getObjCInterfaceType(IDecl); in RewriteObjCMethodDecl()
|
| /minix3/external/bsd/llvm/dist/clang/lib/Serialization/ |
| H A D | ASTReader.cpp | 5489 return Context.getObjCInterfaceType(ItfD->getCanonicalDecl()); in readTypeRecord()
|