Home
last modified time | relevance | path

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

/minix3/external/bsd/llvm/dist/clang/lib/Sema/
H A DSemaExprObjC.cpp137 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 DSemaPseudoObject.cpp524 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 DSemaDeclObjC.cpp140 << 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 DSemaCodeComplete.cpp660 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 DSemaStmt.cpp2938 RelatedRetType = Context.getObjCInterfaceType(MD->getClassInterface()); in BuildReturnStmt()
H A DSemaDecl.cpp406 T = Context.getObjCInterfaceType(IDecl); in getTypeName()
959 QualType T = Context.getObjCInterfaceType(Class); in ClassifyName()
/minix3/external/bsd/llvm/dist/clang/tools/libclang/
H A DCXType.cpp161 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 DASTContext.h1165 QualType getObjCInterfaceType(const ObjCInterfaceDecl *Decl,
1503 return getObjCInterfaceType(getObjCProtocolDecl()); in getObjCProtoType()
/minix3/external/bsd/llvm/dist/clang/lib/AST/
H A DDeclObjC.cpp901 selfTy = Context.getObjCInterfaceType(OID); in createImplicitParams()
1155 C.getObjCInterfaceType(Result, PrevDecl); in Create()
H A DASTContext.cpp3684 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 DASTImporter.cpp1774 return Importer.getToContext().getObjCInterfaceType(Class); in VisitObjCInterfaceType()
/minix3/external/bsd/llvm/dist/clang/lib/StaticAnalyzer/Checkers/
H A DRetainCountChecker.cpp2825 Ctx.getObjCObjectPointerType(Ctx.getObjCInterfaceType(D)); in GetReturnType()
/minix3/external/bsd/llvm/dist/clang/lib/CodeGen/
H A DItaniumCXXABI.cpp2797 QualType SuperTy = CGM.getContext().getObjCInterfaceType(Super); in BuildObjCObjectTypeInfo()
H A DCodeGenModule.cpp3251 DI->getOrCreateInterfaceType(getContext().getObjCInterfaceType( in EmitTopLevelDecl()
H A DCGDebugInfo.cpp1685 getOrCreateType(CGM.getContext().getObjCInterfaceType(SClass), Unit); in CreateTypeDefinition()
/minix3/external/bsd/llvm/dist/clang/lib/Frontend/Rewrite/
H A DRewriteObjC.cpp1102 QualType selfTy = Context->getObjCInterfaceType(IDecl); in RewriteObjCMethodDecl()
H A DRewriteModernObjC.cpp1297 QualType selfTy = Context->getObjCInterfaceType(IDecl); in RewriteObjCMethodDecl()
/minix3/external/bsd/llvm/dist/clang/lib/Serialization/
H A DASTReader.cpp5489 return Context.getObjCInterfaceType(ItfD->getCanonicalDecl()); in readTypeRecord()