Searched refs:class_type (Results 1 – 13 of 13) sorted by relevance
| /llvm-project-15.0.7/lldb/source/Plugins/LanguageRuntime/ObjC/ |
| H A D | ObjCLanguageRuntime.cpp | 418 CompilerType class_type; in GetRuntimeType() local 421 if (TypeSystemClang::IsObjCObjectPointerType(base_type, &class_type)) in GetRuntimeType() 424 class_type = base_type; in GetRuntimeType() 428 if (!class_type) in GetRuntimeType() 431 ConstString class_name(class_type.GetTypeName()); in GetRuntimeType()
|
| /llvm-project-15.0.7/polly/lib/External/isl/interface/ |
| H A D | cpp.h | 109 virtual std::string class_type(const std::string &cpp_name) const; 138 bool is_subclass(QualType subclass_type, const isl_class &class_type);
|
| H A D | cpp.cc | 645 os << type_printer.class_type(cppstring) << "::"; in print_method_header() 821 std::string cpp_type_printer::class_type(const std::string &cpp_name) const in class_type() function in cpp_type_printer 880 const isl_class &class_type) in is_subclass() argument 897 if (&class_type == candidate) in is_subclass()
|
| H A D | template_cpp.cc | 1428 virtual std::string class_type(const std::string &cpp_name) 1438 std::string template_method_type_printer::class_type( in class_type() function in template_method_type_printer
|
| /llvm-project-15.0.7/lldb/source/Plugins/SymbolFile/DWARF/ |
| H A D | DWARFASTParserClang.cpp | 1028 Type *class_type = dwarf->ResolveType(decl_ctx_die); in ParseSubroutine() local 1029 if (class_type) { in ParseSubroutine() 1030 if (class_type->GetID() != decl_ctx_die.GetID() || in ParseSubroutine() 1042 class_type, failures); in ParseSubroutine() 1061 class_type->GetForwardCompilerType(); in ParseSubroutine() 1082 class_type->GetForwardCompilerType(); in ParseSubroutine() 1098 class_type->GetForwardCompilerType(); in ParseSubroutine() 1171 class_type->GetFullCompilerType(); in ParseSubroutine() 1338 Type *class_type = in ParsePointerToMemberType() local 3422 if (!class_type || !src_class_die || !dst_class_die) in CopyUniqueClassMethodTypes() [all …]
|
| H A D | DWARFASTParserClang.h | 163 lldb_private::Type *class_type,
|
| /llvm-project-15.0.7/lldb/source/Plugins/SymbolFile/NativePDB/ |
| H A D | PdbAstBuilder.cpp | 816 clang::QualType class_type = GetOrCreateType(mpi.ContainingType); in CreatePointerType() local 817 if (class_type.isNull()) in CreatePointerType() 819 if (clang::TagDecl *tag = class_type->getAsTagDecl()) { in CreatePointerType() 854 pointee_type, class_type.getTypePtr()); in CreatePointerType()
|
| /llvm-project-15.0.7/lldb/unittests/Symbol/ |
| H A D | TestTypeSystemClang.cpp | 292 CompilerType class_type = in TEST_F() local 295 auto *cd = TypeSystemClang::GetAsObjCInterfaceDecl(class_type); in TEST_F()
|
| /llvm-project-15.0.7/lldb/source/Plugins/ExpressionParser/Clang/ |
| H A D | IRForTarget.cpp | 956 Type *class_type = load->getType(); in RewriteObjCClassReference() local 963 FunctionType::get(class_type, ogC_arg_types, false); in RewriteObjCClassReference()
|
| /llvm-project-15.0.7/llvm/bindings/ocaml/debuginfo/ |
| H A D | llvm_debuginfo.ml | 393 class_type:Llvm.llmetadata ->
|
| H A D | llvm_debuginfo.mli | 465 class_type:Llvm.llmetadata ->
|
| /llvm-project-15.0.7/lldb/source/Plugins/SymbolFile/PDB/ |
| H A D | SymbolFilePDB.cpp | 1499 else if (auto class_type = llvm::dyn_cast<PDBSymbolTypeUDT>(result.get())) in FindTypesByRegex() local 1500 type_name = class_type->getName(); in FindTypesByRegex()
|
| /llvm-project-15.0.7/llvm/include/llvm/BinaryFormat/ |
| H A D | Dwarf.def | 141 HANDLE_DW_TAG(0x0002, class_type, 2, DWARF, DW_KIND_TYPE)
|