Searched refs:getObjCClassType (Results 1 – 12 of 12) sorted by relevance
| /freebsd-13.1/contrib/llvm-project/lldb/source/Plugins/LanguageRuntime/ObjC/AppleObjCRuntime/ |
| H A D | AppleObjCTypeEncodingParser.cpp | 313 return ast_ctx.getObjCClassType(); in BuildType()
|
| /freebsd-13.1/contrib/llvm-project/clang/lib/Frontend/Rewrite/ |
| H A D | RewriteObjC.cpp | 436 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 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-13.1/contrib/llvm-project/clang/include/clang/AST/ |
| H A D | ASTContext.h | 1773 return getObjCClassType(); in getObjCClassRedefinitionType() 1979 QualType getObjCClassType() const { in getObjCClassType() function 2723 return T == getObjCClassType(); in isObjCClassType()
|
| /freebsd-13.1/contrib/llvm-project/lldb/source/Plugins/ExpressionParser/Clang/ |
| H A D | ClangExpressionDeclMap.cpp | 935 QualType class_type = method_decl->getASTContext().getObjCClassType(); in LookUpLldbObjCClass()
|
| /freebsd-13.1/contrib/llvm-project/clang/lib/Sema/ |
| H A D | SemaExprMember.cpp | 1333 OpLoc, S.Context.getObjCClassType()); in LookupMemberExpr()
|
| H A D | SemaDecl.cpp | 2319 New->setTypeForDecl(Context.getObjCClassType().getTypePtr()); in MergeTypedefNameDecl()
|
| /freebsd-13.1/contrib/llvm-project/clang/lib/CodeGen/ |
| H A D | CGObjCMac.cpp | 359 Ctx.getCanonicalType(Ctx.getObjCClassType()), in getLookUpClassFn() 2132 CGM.getTypes().ConvertType(CGF.getContext().getObjCClassType()); in GenerateMessageSendSuper() 5836 nullptr, Ctx.getObjCClassType(), nullptr, in ObjCCommonTypesHelper() 7639 CGM.getTypes().ConvertType(CGF.getContext().getObjCClassType()); in GenerateMessageSendSuper()
|
| H A D | CGObjC.cpp | 1931 IsKindOfClassArgs.add(RValue::get(Cls), C.getObjCClassType()); in EmitObjCForCollectionStmt()
|
| /freebsd-13.1/contrib/llvm-project/clang/lib/AST/ |
| H A D | DeclObjC.cpp | 1111 selfTy = Context.getObjCClassType(); in getSelfType()
|
| H A D | ASTDiagnostic.cpp | 134 QualType(Ty,0) == Context.getObjCClassType() || in Desugar()
|
| /freebsd-13.1/contrib/llvm-project/lldb/source/Plugins/TypeSystem/Clang/ |
| H A D | TypeSystemClang.cpp | 2064 return ast->getObjCClassType().getAsOpaquePtr(); in GetOpaqueCompilerType()
|