|
reference, declaration → definition
definition → references, declarations, derived classes, virtual overrides
reference to multiple definitions → definitions
unreferenced
|
Declarations
tools/lldb/include/lldb/Symbol/Type.h 180 CompilerType GetFullCompilerType();
References
tools/lldb/source/Commands/CommandObjectMemory.cpp 517 compiler_type = type_sp->GetFullCompilerType();
tools/lldb/source/Commands/CommandObjectTarget.cpp 1653 type_sp->GetFullCompilerType();
1662 typedefed_type_sp->GetFullCompilerType();
1697 type_sp->GetFullCompilerType();
1706 typedefed_type_sp->GetFullCompilerType();
tools/lldb/source/DataFormatters/TypeFormat.cpp 174 valobj_enum_type = type_sp->GetFullCompilerType();
tools/lldb/source/Plugins/ExpressionParser/Clang/ClangASTSource.cpp 345 CompilerType clang_type(type->GetFullCompilerType());
383 CompilerType clang_type(type->GetFullCompilerType());
497 TypeFromUser(complete_type_sp->GetFullCompilerType());
897 CompilerType full_type = type_sp->GetFullCompilerType();
tools/lldb/source/Plugins/ExpressionParser/Clang/ClangExpressionDeclMap.cpp 655 *type, var_sp->GetType()->GetFullCompilerType()))
950 TypeFromUser this_user_type(this_type->GetFullCompilerType());
1065 CompilerType self_clang_type = self_type->GetFullCompilerType();
1077 ASTDumper ast_dumper(self_type->GetFullCompilerType());
1087 TypeFromUser self_user_type(self_type->GetFullCompilerType());
1301 function->GetType()->GetFullCompilerType();
1529 CompilerType var_clang_type = var_type->GetFullCompilerType();
1983 function_clang_type = function_type->GetFullCompilerType();
tools/lldb/source/Plugins/LanguageRuntime/ObjC/ObjCLanguageRuntime.cpp 425 complete_objc_class_type_sp->GetFullCompilerType());
tools/lldb/source/Plugins/SymbolFile/DWARF/DWARFASTParserClang.cpp 698 enumerator_clang_type = enumerator_type->GetFullCompilerType();
1057 class_type->GetFullCompilerType();
3024 base_class_type->GetFullCompilerType();
3630 class_type->GetFullCompilerType();
tools/lldb/source/Plugins/SymbolFile/NativePDB/SymbolFileNativePDB.cpp 1295 (void)type->GetFullCompilerType();
tools/lldb/source/Plugins/SymbolFile/PDB/PDBASTParser.cpp 558 CompilerType target_ast_type = target_type->GetFullCompilerType();
624 CompilerType arg_ast_type = arg_type->GetFullCompilerType();
636 CompilerType return_ast_type = return_type->GetFullCompilerType();
746 pointer_ast_type = pointee_type->GetFullCompilerType();
840 CompilerType class_parent_ct = class_parent_type->GetFullCompilerType();
1294 auto base_comp_type = base_type->GetFullCompilerType();
1352 CompilerType method_comp_type = method_type->GetFullCompilerType();
tools/lldb/source/Plugins/SymbolFile/PDB/SymbolFilePDB.cpp 481 type->GetFullCompilerType();
tools/lldb/source/Symbol/ClangASTContext.cpp 8993 GetAsTagDecl(type->GetFullCompilerType()))
8996 GetAsTypedefDecl(type->GetFullCompilerType()))
8999 GetCanonicalQualType(type->GetFullCompilerType().GetOpaqueQualType())
tools/lldb/source/Symbol/Function.cpp 481 return function_type->GetFullCompilerType();
tools/lldb/source/Target/Language.cpp 411 CompilerType compiler_type(match->GetFullCompilerType());