|
reference, declaration → definition
definition → references, declarations, derived classes, virtual overrides
reference to multiple definitions → definitions
unreferenced
|
Declarations
tools/lldb/include/lldb/Symbol/Type.h 189 CompilerType GetForwardCompilerType();
References
tools/lldb/include/lldb/DataFormatters/FormatClasses.h 125 m_type.m_compiler_type = type->GetForwardCompilerType();
tools/lldb/source/Core/Value.cpp 251 m_compiler_type = lldb_type->GetForwardCompilerType();
259 m_compiler_type = variable_type->GetForwardCompilerType();
tools/lldb/source/Core/ValueObjectMemory.cpp 108 return m_type_sp->GetForwardCompilerType();
120 return m_type_sp->GetForwardCompilerType().GetDisplayTypeName();
tools/lldb/source/Core/ValueObjectVariable.cpp 69 return var_type->GetForwardCompilerType();
83 return var_type->GetForwardCompilerType().GetDisplayTypeName();
tools/lldb/source/DataFormatters/TypeFormat.cpp 172 if ((type_sp->GetForwardCompilerType().GetTypeInfo() &
tools/lldb/source/Expression/Materializer.cpp 419 m_variable_sp->GetType()->GetForwardCompilerType().IsReferenceType();
tools/lldb/source/Plugins/ExpressionParser/Clang/ClangExpressionDeclMap.cpp 940 this_type->GetForwardCompilerType().GetPointeeType();
1538 var_type->GetForwardCompilerType().GetTypeSystem());
tools/lldb/source/Plugins/ExpressionParser/Clang/ClangUserExpression.cpp 285 CompilerType self_clang_type = self_type->GetForwardCompilerType();
tools/lldb/source/Plugins/LanguageRuntime/CPlusPlus/ItaniumABI/ItaniumABILanguageRuntime.cpp 122 type_sp->GetForwardCompilerType())) {
154 type_sp->GetForwardCompilerType())) {
tools/lldb/source/Plugins/LanguageRuntime/ObjC/ObjCLanguageRuntime.cpp 131 type_sp->GetForwardCompilerType())) {
tools/lldb/source/Plugins/SymbolFile/DWARF/DWARFASTParserClang.cpp 180 lldb_private::CompilerType dwo_type = dwo_type_sp->GetForwardCompilerType();
543 lldb_function_type_sp->GetForwardCompilerType());
771 return_clang_type = func_type->GetForwardCompilerType();
838 complete_objc_class_type_sp->GetForwardCompilerType();
908 class_type->GetForwardCompilerType();
929 class_type->GetForwardCompilerType();
945 class_type->GetForwardCompilerType();
1172 CompilerType array_element_type = element_type->GetForwardCompilerType();
1247 CompilerType pointee_clang_type = pointee_type->GetForwardCompilerType();
1801 clang_type = lldb_type->GetForwardCompilerType();
3154 function_param_types.push_back(type->GetForwardCompilerType());
3158 type->GetForwardCompilerType(),
3358 ClangUtil::GetQualType(type->GetForwardCompilerType()));
tools/lldb/source/Plugins/SymbolFile/DWARF/SymbolFileDWARF.cpp 371 CompilerType compiler_type = type->GetForwardCompilerType();
tools/lldb/source/Plugins/SymbolFile/NativePDB/SymbolFileNativePDB.cpp 1388 decl, target_type->GetForwardCompilerType(),
tools/lldb/source/Plugins/SymbolFile/PDB/PDBASTParser.cpp 670 CompilerType element_ast_type = element_type->GetForwardCompilerType();
735 pointee_type->GetForwardCompilerType());
935 decl_context, name.c_str(), type->GetForwardCompilerType(), storage,
949 decl, nullptr, arg_type->GetForwardCompilerType(),
995 m_ast.GetDeclContextForType(type->GetForwardCompilerType());
tools/lldb/source/Plugins/SymbolFile/PDB/SymbolFilePDB.cpp 1642 type->GetForwardCompilerType();
tools/lldb/source/Symbol/Type.cpp 198 GetForwardCompilerType().DumpTypeDescription(s);
257 GetForwardCompilerType().DumpTypeDescription(s);
301 m_name = GetForwardCompilerType().GetConstTypeName();
320 GetForwardCompilerType().DumpValue(
378 return GetForwardCompilerType().GetNumChildren(omit_empty_base_classes, nullptr);
382 return GetForwardCompilerType().IsAggregateType();
395 lldb::Format Type::GetFormat() { return GetForwardCompilerType().GetFormat(); }
399 return GetForwardCompilerType().GetEncoding(count);
472 encoding_type->GetForwardCompilerType();
482 encoding_type->GetForwardCompilerType().AddConstModifier();
487 encoding_type->GetForwardCompilerType().AddRestrictModifier();
492 encoding_type->GetForwardCompilerType().AddVolatileModifier();
496 m_compiler_type = encoding_type->GetForwardCompilerType().CreateTypedef(
504 encoding_type->GetForwardCompilerType().GetPointerType();
509 encoding_type->GetForwardCompilerType().GetLValueReferenceType();
514 encoding_type->GetForwardCompilerType().GetRValueReferenceType();
656 return GetForwardCompilerType().GetConstTypeName();
724 m_compiler_type = in_type_sp->GetForwardCompilerType();
765 m_compiler_type = type_sp->GetForwardCompilerType();
815 m_static_type = type_sp->GetForwardCompilerType();
tools/lldb/source/Symbol/TypeList.cpp 131 match_type_class = the_type->GetForwardCompilerType().GetTypeClass();
202 the_type->GetForwardCompilerType().GetTypeClass();
tools/lldb/source/Symbol/TypeMap.cpp 161 match_type_class = the_type->GetForwardCompilerType().GetTypeClass();
232 the_type->GetForwardCompilerType().GetTypeClass();
tools/lldb/source/Symbol/Variable.cpp 726 variable_type->GetForwardCompilerType());
tools/lldb/source/Target/StackFrame.cpp 587 if (!var_type->GetForwardCompilerType().IsAnonymousType())