Home
last modified time | relevance | path

Searched refs:this_type (Results 1 – 7 of 7) sorted by relevance

/llvm-project-15.0.7/lldb/test/API/lang/cpp/const_this/
H A Dmain.cpp3 ContextClass *this_type = nullptr; member
4 ContextClass() { this_type = this; } in ContextClass()
17 TemplatedContextClass<TC> *this_type = nullptr; member
18 TemplatedContextClass() { this_type = this; } in TemplatedContextClass()
/llvm-project-15.0.7/polly/lib/External/isl/interface/
H A Dcpp.h69 ConversionMethod(const Method &method, const std::string &this_type,
71 ConversionMethod(const Method &method, const std::string &this_type);
78 const std::string this_type; member
H A Dcpp.cc1077 const std::string &this_type, in ConversionMethod() argument
1079 NoCopyMethod(method), this_type(this_type), in ConversionMethod()
1093 const std::string &this_type) : in ConversionMethod() argument
1094 ConversionMethod(method, this_type, [this] (int pos) { in ConversionMethod()
1148 if (clazz.name == this_type) { in print_call()
1151 auto cpp_type = ns + cpp_generator::type2cpp(this_type); in print_call()
/llvm-project-15.0.7/lldb/source/API/
H A DSBType.cpp447 CompilerType this_type(m_opaque_sp->GetCompilerType(true)); in GetEnumMembers() local
448 if (this_type.IsValid()) { in GetEnumMembers()
449 this_type.ForEachEnumerator([&sb_enum_member_list]( in GetEnumMembers()
469 CompilerType this_type(m_opaque_sp->GetCompilerType(false)); in GetFieldAtIndex() local
470 if (this_type.IsValid()) { in GetFieldAtIndex()
475 CompilerType field_type(this_type.GetFieldAtIndex( in GetFieldAtIndex()
/llvm-project-15.0.7/lldb/source/Plugins/ExpressionParser/Clang/
H A DClangExpressionDeclMap.cpp875 Type *this_type = this_var->GetType(); in LookUpLldbClass() local
877 if (!this_type) in LookUpLldbClass()
881 this_type->GetForwardCompilerType().GetPointeeType(); in LookUpLldbClass()
/llvm-project-15.0.7/lldb/source/Plugins/SymbolFile/DWARF/
H A DDWARFASTParserClang.cpp3026 Type *this_type = in ParseChildParameters() local
3028 if (this_type) { in ParseChildParameters()
3029 uint32_t encoding_mask = this_type->GetEncodingMask(); in ParseChildParameters()
/llvm-project-15.0.7/lldb/source/Plugins/TypeSystem/Clang/
H A DTypeSystemClang.cpp201 CompilerType this_type(valobj.GetCompilerType()); in GetVTableAddress() local
202 uint32_t type_info = this_type.GetTypeInfo(&pointee_type); in GetVTableAddress()