Home
last modified time | relevance | path

Searched refs:GetFullCompilerType (Results 1 – 17 of 17) sorted by relevance

/llvm-project-15.0.7/lldb/source/Plugins/SymbolFile/PDB/
H A DPDBASTParser.cpp557 CompilerType target_ast_type = target_type->GetFullCompilerType(); in CreateLLDBTypeFromPDBType()
629 CompilerType arg_ast_type = arg_type->GetFullCompilerType(); in CreateLLDBTypeFromPDBType()
645 CompilerType return_ast_type = return_type->GetFullCompilerType(); in CreateLLDBTypeFromPDBType()
762 pointer_ast_type = pointee_type->GetFullCompilerType(); in CreateLLDBTypeFromPDBType()
858 CompilerType class_parent_ct = class_parent_type->GetFullCompilerType(); in GetDeclForSymbol()
1363 auto base_comp_type = base_type->GetFullCompilerType(); in AddRecordBases()
1422 CompilerType method_comp_type = method_type->GetFullCompilerType(); in AddRecordMethod()
H A DSymbolFilePDB.cpp487 type->GetFullCompilerType(); in ParseTypes()
/llvm-project-15.0.7/lldb/unittests/SymbolFile/PDB/
H A DSymbolFilePDBTests.cpp405 auto ClassCompilerType = Class->GetFullCompilerType(); in TEST_F()
493 CompilerType compiler_type = enum_type->GetFullCompilerType(); in TEST_F()
542 CompilerType compiler_type = typedef_type->GetFullCompilerType(); in TEST_F()
/llvm-project-15.0.7/lldb/source/DataFormatters/
H A DTypeFormat.cpp174 valobj_enum_type = type_sp->GetFullCompilerType(); in FormatObject()
/llvm-project-15.0.7/lldb/source/Plugins/ExpressionParser/Clang/
H A DClangASTSource.cpp216 CompilerType clang_type(type->GetFullCompilerType()); in FindCompleteType()
253 CompilerType clang_type(type->GetFullCompilerType()); in FindCompleteType()
366 TypeFromUser(complete_type_sp->GetFullCompilerType()); in GetCompleteObjCInterface()
638 CompilerType full_type = type_sp->GetFullCompilerType(); in FindExternalVisibleDecls()
H A DClangExpressionDeclMap.cpp970 CompilerType self_clang_type = self_type->GetFullCompilerType(); in LookUpLldbObjCClass()
983 ClangUtil::ToString(self_type->GetFullCompilerType())); in LookUpLldbObjCClass()
1178 CompilerType func_clang_type = function->GetType()->GetFullCompilerType(); in SearchFunctionsInSymbolContexts()
1497 CompilerType var_clang_type = var_type->GetFullCompilerType(); in GetVariableValue()
1895 function_clang_type = function_type->GetFullCompilerType(); in AddOneFunction()
/llvm-project-15.0.7/lldb/source/Target/
H A DLanguage.cpp409 CompilerType compiler_type(match->GetFullCompilerType()); in Find_Impl()
/llvm-project-15.0.7/lldb/source/Plugins/LanguageRuntime/ObjC/
H A DObjCLanguageRuntime.cpp440 complete_objc_class_type_sp->GetFullCompilerType()); in GetRuntimeType()
/llvm-project-15.0.7/lldb/include/lldb/Symbol/
H A DType.h191 CompilerType GetFullCompilerType();
/llvm-project-15.0.7/lldb/source/Symbol/
H A DFunction.cpp524 return function_type->GetFullCompilerType(); in GetCompilerType()
H A DType.cpp645 CompilerType Type::GetFullCompilerType() { in GetFullCompilerType() function in Type
/llvm-project-15.0.7/lldb/source/Plugins/SymbolFile/DWARF/
H A DDWARFASTParserClang.cpp818 enumerator_clang_type = enumerator_type->GetFullCompilerType(); in ParseEnum()
1171 class_type->GetFullCompilerType(); in ParseSubroutine()
1439 CompilerType base_class_clang_type = base_class_type->GetFullCompilerType(); in ParseInheritance()
3430 class_type->GetFullCompilerType(); in CopyUniqueClassMethodTypes()
/llvm-project-15.0.7/lldb/source/Commands/
H A DCommandObjectTarget.cpp1636 type_sp->GetFullCompilerType(); in LookupTypeInModule()
1645 typedefed_type_sp->GetFullCompilerType(); in LookupTypeInModule()
1681 type_sp->GetFullCompilerType(); in LookupTypeHere()
1690 typedefed_type_sp->GetFullCompilerType(); in LookupTypeHere()
H A DCommandObjectMemory.cpp509 compiler_type = type_sp->GetFullCompilerType(); in DoExecute()
/llvm-project-15.0.7/lldb/tools/lldb-test/
H A Dlldb-test.cpp551 type->GetFullCompilerType(); in findTypes()
/llvm-project-15.0.7/lldb/source/Plugins/SymbolFile/NativePDB/
H A DSymbolFileNativePDB.cpp1653 (void)type->GetFullCompilerType(); in ParseTypes()
/llvm-project-15.0.7/lldb/source/Plugins/TypeSystem/Clang/
H A DTypeSystemClang.cpp8495 CompilerType full_type = type->GetFullCompilerType(); in DumpFromSymbolFile()