Home
last modified time | relevance | path

Searched refs:class_type (Results 1 – 12 of 12) sorted by relevance

/llvm-project/lldb/source/Plugins/LanguageRuntime/ObjC/
H A DObjCLanguageRuntime.cpp428 CompilerType class_type; in GetRuntimeType() local
431 if (TypeSystemClang::IsObjCObjectPointerType(base_type, &class_type)) in GetRuntimeType()
434 class_type = base_type; in GetRuntimeType()
438 if (!class_type) in GetRuntimeType()
441 ConstString class_name(class_type.GetTypeName()); in GetRuntimeType()
/llvm-project/polly/lib/External/isl/interface/
H A Dcpp.h138 virtual std::string class_type(const std::string &cpp_name) const;
167 bool is_subclass(QualType subclass_type, const isl_class &class_type);
H A Dcpp.cc645 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 Dtemplate_cpp.cc1473 virtual std::string class_type(const std::string &cpp_name)
1483 std::string template_method_type_printer::class_type( in class_type() function in template_method_type_printer
/llvm-project/lldb/source/Plugins/SymbolFile/DWARF/
H A DDWARFASTParserClang.cpp1126 Type *class_type = dwarf->ResolveType(decl_ctx_die); in ParseCXXMethod()
1127 if (!class_type) in ParseCXXMethod()
1130 if (class_type->GetID() != decl_ctx_die.GetID() || in ParseCXXMethod()
1135 // "decl_ctx_die" to DIEs in the DIE for "class_type"... in ParseCXXMethod()
1136 if (DWARFDIE class_type_die = dwarf->GetDIE(class_type->GetID())) { in ParseCXXMethod()
1139 CopyUniqueClassMethodTypes(decl_ctx_die, class_type_die, class_type, in ParseSubroutine()
1158 class_type->GetForwardCompilerType(); in ParseSubroutine()
1181 class_type->GetForwardCompilerType(); in ParseSubroutine()
1196 CompilerType class_opaque_type = class_type->GetForwardCompilerType(); in ParseSubroutine()
1507 Type *class_type in ParseInheritance()
1015 Type *class_type = dwarf->ResolveType(decl_ctx_die); ParseCXXMethod() local
1401 Type *class_type = ParsePointerToMemberType() local
3630 CopyUniqueClassMethodTypes(const DWARFDIE & src_class_die,const DWARFDIE & dst_class_die,lldb_private::Type * class_type,std::vector<DWARFDIE> & failures) CopyUniqueClassMethodTypes() argument
[all...]
H A DDWARFASTParserClang.h222 lldb_private::Type *class_type,
/llvm-project/lldb/source/Plugins/SymbolFile/NativePDB/
H A DPdbAstBuilder.cpp527 clang::QualType class_type = GetOrCreateType(mpi.ContainingType); in CreatePointerType() local
528 if (class_type.isNull()) in CreatePointerType()
530 if (clang::TagDecl *tag = class_type->getAsTagDecl()) { in CreatePointerType()
565 pointee_type, class_type.getTypePtr()); in CreatePointerType()
/llvm-project/lldb/unittests/Symbol/
H A DTestTypeSystemClang.cpp346 CompilerType class_type = in TEST_F()
349 auto *cd = TypeSystemClang::GetAsObjCInterfaceDecl(class_type); in TEST_F()
304 CompilerType class_type = TEST_F() local
/llvm-project/llvm/bindings/ocaml/debuginfo/
H A Dllvm_debuginfo.ml393 class_type:Llvm.llmetadata ->
H A Dllvm_debuginfo.mli465 class_type:Llvm.llmetadata ->
/llvm-project/lldb/source/Plugins/SymbolFile/PDB/
H A DSymbolFilePDB.cpp1481 else if (auto class_type = llvm::dyn_cast<PDBSymbolTypeUDT>(result.get())) in FindTypesByRegex()
1482 type_name = class_type->getName(); in FindTypesByRegex()
1496 else if (auto class_type = llvm::dyn_cast<PDBSymbolTypeUDT>(result.get())) FindTypesByRegex() local
/llvm-project/llvm/include/llvm/BinaryFormat/
H A DDwarf.def151 HANDLE_DW_TAG(0x0002, class_type, 2, DWARF, DW_KIND_TYPE)