Home
last modified time | relevance | path

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

/netbsd-src/external/apache2/llvm/dist/clang/lib/Sema/
H A DSemaExprObjC.cpp135 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 DSemaDeclObjC.cpp164 << 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 DSemaPseudoObject.cpp561 S.Context.getObjCInterfaceType(method->getClassInterface()), in LookupMethodInReceiverType()
577 QualType IT = S.Context.getObjCInterfaceType(PRE->getClassReceiver()); in LookupMethodInReceiverType()
H A DSemaCodeComplete.cpp916 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 DSemaStmt.cpp3979 RelatedRetType = Context.getObjCInterfaceType(MD->getClassInterface()); in BuildReturnStmt()
H A DSemaDecl.cpp488 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 DCXType.cpp237 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 DExprObjC.cpp98 return ctx.getObjCInterfaceType(getClassReceiver()); in getReceiverType()
H A DDeclObjC.cpp1105 selfTy = Context.getObjCInterfaceType(OID); in getSelfType()
1503 C.getObjCInterfaceType(Result, PrevDecl); in Create()
H A DType.cpp1652 = classDecl->getASTContext().getObjCInterfaceType( in computeSuperClassTypeSlow()
1672 return interfaceDecl->getASTContext().getObjCInterfaceType(interfaceDecl) in getInterfaceType()
H A DASTContext.cpp5374 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 DASTImporter.cpp1572 return Importer.getToContext().getObjCInterfaceType(*ToDeclOrErr); in VisitObjCInterfaceType()
/netbsd-src/external/apache2/llvm/dist/clang/include/clang/AST/
H A DASTContext.h1556 QualType getObjCInterfaceType(const ObjCInterfaceDecl *Decl,
1959 return getObjCInterfaceType(getObjCProtocolDecl()); in getObjCProtoType()
H A DTypeProperties.td844 return ctx.getObjCInterfaceType(
/netbsd-src/external/apache2/llvm/dist/clang/lib/StaticAnalyzer/Checkers/RetainCountChecker/
H A DRetainCountChecker.cpp409 Ctx.getObjCObjectPointerType(Ctx.getObjCInterfaceType(D)); in GetReturnType()
/netbsd-src/external/apache2/llvm/dist/clang/lib/CodeGen/
H A DItaniumCXXABI.cpp3903 QualType SuperTy = CGM.getContext().getObjCInterfaceType(Super); in BuildObjCObjectTypeInfo()
H A DCGDebugInfo.cpp2718 getOrCreateType(CGM.getContext().getObjCInterfaceType(SClass), Unit); in CreateTypeDefinition()
H A DCodeGenModule.cpp5783 DI->getOrCreateInterfaceType(getContext().getObjCInterfaceType( in EmitTopLevelDecl()
/netbsd-src/external/apache2/llvm/dist/clang/lib/Frontend/Rewrite/
H A DRewriteObjC.cpp1106 QualType selfTy = Context->getObjCInterfaceType(IDecl); in RewriteObjCMethodDecl()
H A DRewriteModernObjC.cpp1272 QualType selfTy = Context->getObjCInterfaceType(IDecl); in RewriteObjCMethodDecl()