Home
last modified time | relevance | path

Searched defs:class_type (Results 1 – 7 of 7) sorted by relevance

/llvm-project/lldb/source/Plugins/LanguageRuntime/ObjC/
H A DObjCLanguageRuntime.cpp428 CompilerType class_type; in GetRuntimeType() local
/llvm-project/polly/lib/External/isl/interface/
H A Dcpp.cc821 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()
H A Dtemplate_cpp.cc1483 std::string template_method_type_printer::class_type( in class_type() function in template_method_type_printer
/llvm-project/lldb/unittests/Symbol/
H A DTestTypeSystemClang.cpp304 CompilerType class_type = TEST_F() local
/llvm-project/lldb/source/Plugins/SymbolFile/DWARF/
H A DDWARFASTParserClang.cpp1015 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...]
/llvm-project/lldb/source/Plugins/SymbolFile/NativePDB/
H A DPdbAstBuilder.cpp527 clang::QualType class_type = GetOrCreateType(mpi.ContainingType); in CreatePointerType() local
/llvm-project/lldb/source/Plugins/SymbolFile/PDB/
H A DSymbolFilePDB.cpp1496 else if (auto class_type = llvm::dyn_cast<PDBSymbolTypeUDT>(result.get())) FindTypesByRegex() local