Home
last modified time | relevance | path

Searched refs:getObjCClassType (Results 1 – 13 of 13) sorted by relevance

/llvm-project-15.0.7/lldb/source/Plugins/LanguageRuntime/ObjC/AppleObjCRuntime/
H A DAppleObjCTypeEncodingParser.cpp313 return ast_ctx.getObjCClassType(); in BuildType()
/llvm-project-15.0.7/clang/lib/Frontend/Rewrite/
H A DRewriteObjC.cpp436 T = Context->getObjCClassType(); in convertToUnqualifiedObjCType()
456 OCT == Context->getCanonicalType(Context->getObjCClassType())) in isObjCType()
1117 ResultStr += Context->getObjCClassType().getAsString( in RewriteObjCMethodDecl()
2460 ArgTys.push_back(Context->getObjCClassType()); in SynthGetSuperClassFunctionDecl()
2461 QualType getClassType = getSimpleFunctionType(Context->getObjCClassType(), in SynthGetSuperClassFunctionDecl()
2542 FieldTypes[1] = Context->getObjCClassType(); in getSuperStructType()
2686 Context->getObjCClassType(), in SynthMessageExpr()
2777 Context->getObjCClassType(), in SynthMessageExpr()
H A DRewriteModernObjC.cpp530 T = Context->getObjCClassType(); in convertToUnqualifiedObjCType()
550 OCT == Context->getCanonicalType(Context->getObjCClassType())) in isObjCType()
1284 ResultStr += Context->getObjCClassType().getAsString( in RewriteObjCMethodDecl()
2520 QualType getClassType = getSimpleFunctionType(Context->getObjCClassType(), in SynthGetClassFunctionDecl()
2534 ArgTys.push_back(Context->getObjCClassType()); in SynthGetSuperClassFunctionDecl()
2535 QualType getClassType = getSimpleFunctionType(Context->getObjCClassType(), in SynthGetSuperClassFunctionDecl()
2550 QualType getClassType = getSimpleFunctionType(Context->getObjCClassType(), in SynthGetMetaClassFunctionDecl()
2670 ArgTypes.push_back(Context->getObjCClassType()); in RewriteObjCBoxedExpr()
2791 ArgTypes.push_back(Context->getObjCClassType()); in RewriteObjCArrayLiteralExpr()
2936 ArgTypes.push_back(Context->getObjCClassType()); in RewriteObjCDictionaryLiteralExpr()
/llvm-project-15.0.7/clang/include/clang/AST/
H A DASTContext.h1858 return getObjCClassType(); in getObjCClassRedefinitionType()
2064 QualType getObjCClassType() const { in getObjCClassType() function
2827 return T == getObjCClassType(); in isObjCClassType()
/llvm-project-15.0.7/lldb/unittests/Symbol/
H A DTestTypeSystemClang.cpp88 context.getObjCClassType())); in TEST_F()
/llvm-project-15.0.7/clang/lib/Sema/
H A DSemaExprMember.cpp1349 OpLoc, S.Context.getObjCClassType()); in LookupMemberExpr()
H A DSemaDecl.cpp2518 New->setTypeForDecl(Context.getObjCClassType().getTypePtr()); in MergeTypedefNameDecl()
/llvm-project-15.0.7/clang/lib/CodeGen/
H A DCGObjCMac.cpp359 Ctx.getCanonicalType(Ctx.getObjCClassType()), in getLookUpClassFn()
2105 CGM.getTypes().ConvertType(CGF.getContext().getObjCClassType()); in GenerateMessageSendSuper()
5783 nullptr, Ctx.getObjCClassType(), nullptr, in ObjCCommonTypesHelper()
7606 CGM.getTypes().ConvertType(CGF.getContext().getObjCClassType()); in GenerateMessageSendSuper()
H A DCGObjC.cpp1936 IsKindOfClassArgs.add(RValue::get(Cls), C.getObjCClassType()); in EmitObjCForCollectionStmt()
/llvm-project-15.0.7/clang/lib/AST/
H A DASTDiagnostic.cpp164 QualType(Ty,0) == Context.getObjCClassType() || in desugarForDiagnostic()
H A DDeclObjC.cpp1127 selfTy = Context.getObjCClassType(); in getSelfType()
/llvm-project-15.0.7/clang/tools/libclang/
H A DCIndex.cpp1643 VisitType = Context.getObjCClassType(); in VisitBuiltinTypeLoc()
/llvm-project-15.0.7/lldb/source/Plugins/TypeSystem/Clang/
H A DTypeSystemClang.cpp2070 return ast->getObjCClassType().getAsOpaquePtr(); in GetOpaqueCompilerType()