Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/lldb/source/Plugins/LanguageRuntime/ObjC/AppleObjCRuntime/
H A DAppleObjCTypeEncodingParser.cpp318 return ast_ctx.getObjCClassType(); in BuildType()
/freebsd/contrib/llvm-project/clang/lib/Frontend/Rewrite/
H A DRewriteModernObjC.cpp529 T = Context->getObjCClassType(); in convertToUnqualifiedObjCType()
549 OCT == Context->getCanonicalType(Context->getObjCClassType())) in isObjCType()
1283 ResultStr += Context->getObjCClassType().getAsString( in RewriteObjCMethodDecl()
2519 QualType getClassType = getSimpleFunctionType(Context->getObjCClassType(), in SynthGetClassFunctionDecl()
2533 ArgTys.push_back(Context->getObjCClassType()); in SynthGetSuperClassFunctionDecl()
2534 QualType getClassType = getSimpleFunctionType(Context->getObjCClassType(), in SynthGetSuperClassFunctionDecl()
2549 QualType getClassType = getSimpleFunctionType(Context->getObjCClassType(), in SynthGetMetaClassFunctionDecl()
2669 ArgTypes.push_back(Context->getObjCClassType()); in RewriteObjCBoxedExpr()
2790 ArgTypes.push_back(Context->getObjCClassType()); in RewriteObjCArrayLiteralExpr()
2935 ArgTypes.push_back(Context->getObjCClassType()); in RewriteObjCDictionaryLiteralExpr()
/freebsd/contrib/llvm-project/clang/include/clang/AST/
H A DASTContext.h1923 return getObjCClassType(); in getObjCClassRedefinitionType()
2129 QualType getObjCClassType() const { in getObjCClassType() function
2958 return T == getObjCClassType(); in isObjCClassType()
/freebsd/contrib/llvm-project/clang/lib/Sema/
H A DSemaExprMember.cpp1396 OpLoc, S.Context.getObjCClassType()); in LookupMemberExpr()
H A DSemaDecl.cpp2501 New->setTypeForDecl(Context.getObjCClassType().getTypePtr()); in MergeTypedefNameDecl()
/freebsd/contrib/llvm-project/clang/lib/CodeGen/
H A DCGObjCMac.cpp360 Ctx.getCanonicalType(Ctx.getObjCClassType()), in getLookUpClassFn()
2108 CGM.getTypes().ConvertType(CGF.getContext().getObjCClassType()); in GenerateMessageSendSuper()
5760 nullptr, Ctx.getObjCClassType(), nullptr, in ObjCCommonTypesHelper()
7573 CGM.getTypes().ConvertType(CGF.getContext().getObjCClassType()); in GenerateMessageSendSuper()
H A DCGObjC.cpp1978 IsKindOfClassArgs.add(RValue::get(Cls), C.getObjCClassType()); in EmitObjCForCollectionStmt()
/freebsd/contrib/llvm-project/clang/lib/AST/
H A DDeclObjC.cpp1162 selfTy = Context.getObjCClassType(); in getSelfType()
H A DASTDiagnostic.cpp164 QualType(Ty,0) == Context.getObjCClassType() || in desugarForDiagnostic()
/freebsd/contrib/llvm-project/lldb/source/Plugins/TypeSystem/Clang/
H A DTypeSystemClang.cpp2062 return ast->getObjCClassType().getAsOpaquePtr(); in GetOpaqueCompilerType()