Searched refs:getObjCClassType (Results 1 – 10 of 10) sorted by relevance
/freebsd/contrib/llvm-project/lldb/source/Plugins/LanguageRuntime/ObjC/AppleObjCRuntime/ |
H A D | AppleObjCTypeEncodingParser.cpp | 318 return ast_ctx.getObjCClassType(); in BuildType()
|
/freebsd/contrib/llvm-project/clang/lib/Frontend/Rewrite/ |
H A D | RewriteModernObjC.cpp | 529 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 D | ASTContext.h | 1923 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 D | SemaExprMember.cpp | 1396 OpLoc, S.Context.getObjCClassType()); in LookupMemberExpr()
|
H A D | SemaDecl.cpp | 2501 New->setTypeForDecl(Context.getObjCClassType().getTypePtr()); in MergeTypedefNameDecl()
|
/freebsd/contrib/llvm-project/clang/lib/CodeGen/ |
H A D | CGObjCMac.cpp | 360 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 D | CGObjC.cpp | 1978 IsKindOfClassArgs.add(RValue::get(Cls), C.getObjCClassType()); in EmitObjCForCollectionStmt()
|
/freebsd/contrib/llvm-project/clang/lib/AST/ |
H A D | DeclObjC.cpp | 1162 selfTy = Context.getObjCClassType(); in getSelfType()
|
H A D | ASTDiagnostic.cpp | 164 QualType(Ty,0) == Context.getObjCClassType() || in desugarForDiagnostic()
|
/freebsd/contrib/llvm-project/lldb/source/Plugins/TypeSystem/Clang/ |
H A D | TypeSystemClang.cpp | 2062 return ast->getObjCClassType().getAsOpaquePtr(); in GetOpaqueCompilerType()
|