Home
last modified time | relevance | path

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

/external/llvm-project/lldb/source/Plugins/SymbolFile/PDB/
DPDBASTParser.cpp551 CompilerType target_ast_type = target_type->GetFullCompilerType(); in CreateLLDBTypeFromPDBType()
618 CompilerType arg_ast_type = arg_type->GetFullCompilerType(); in CreateLLDBTypeFromPDBType()
630 CompilerType return_ast_type = return_type->GetFullCompilerType(); in CreateLLDBTypeFromPDBType()
740 pointer_ast_type = pointee_type->GetFullCompilerType(); in CreateLLDBTypeFromPDBType()
834 CompilerType class_parent_ct = class_parent_type->GetFullCompilerType(); in GetDeclForSymbol()
1336 auto base_comp_type = base_type->GetFullCompilerType(); in AddRecordBases()
1395 CompilerType method_comp_type = method_type->GetFullCompilerType(); in AddRecordMethod()
DSymbolFilePDB.cpp479 type->GetFullCompilerType(); in ParseTypes()
/external/llvm-project/lldb/source/Plugins/ExpressionParser/Clang/
DClangExpressionDeclMap.cpp856 TypeFromUser this_user_type(this_type->GetFullCompilerType()); in LookUpLldbClass()
967 CompilerType self_clang_type = self_type->GetFullCompilerType(); in LookUpLldbObjCClass()
980 ClangUtil::ToString(self_type->GetFullCompilerType())); in LookUpLldbObjCClass()
986 TypeFromUser self_user_type(self_type->GetFullCompilerType()); in LookUpLldbObjCClass()
1154 CompilerType func_clang_type = function->GetType()->GetFullCompilerType(); in SearchFunctionsInSymbolContexts()
1470 CompilerType var_clang_type = var_type->GetFullCompilerType(); in GetVariableValue()
1807 function_clang_type = function_type->GetFullCompilerType(); in AddOneFunction()
DClangASTSource.cpp213 CompilerType clang_type(type->GetFullCompilerType()); in FindCompleteType()
250 CompilerType clang_type(type->GetFullCompilerType()); in FindCompleteType()
363 TypeFromUser(complete_type_sp->GetFullCompilerType()); in GetCompleteObjCInterface()
637 CompilerType full_type = type_sp->GetFullCompilerType(); in FindExternalVisibleDecls()
/external/llvm-project/lldb/unittests/SymbolFile/PDB/
DSymbolFilePDBTests.cpp396 auto ClassCompilerType = Class->GetFullCompilerType(); in TEST_F()
484 CompilerType compiler_type = enum_type->GetFullCompilerType(); in TEST_F()
533 CompilerType compiler_type = typedef_type->GetFullCompilerType(); in TEST_F()
/external/llvm-project/lldb/source/DataFormatters/
DTypeFormat.cpp174 valobj_enum_type = type_sp->GetFullCompilerType(); in FormatObject()
/external/llvm-project/lldb/source/Target/
DLanguage.cpp398 CompilerType compiler_type(match->GetFullCompilerType()); in Find_Impl()
/external/llvm-project/lldb/source/Plugins/LanguageRuntime/ObjC/
DObjCLanguageRuntime.cpp409 complete_objc_class_type_sp->GetFullCompilerType()); in GetRuntimeType()
/external/llvm-project/lldb/include/lldb/Symbol/
DType.h185 CompilerType GetFullCompilerType();
/external/llvm-project/lldb/source/Symbol/
DFunction.cpp526 return function_type->GetFullCompilerType(); in GetCompilerType()
DType.cpp648 CompilerType Type::GetFullCompilerType() { in GetFullCompilerType() function in Type
/external/llvm-project/lldb/source/Plugins/SymbolFile/DWARF/
DDWARFASTParserClang.cpp834 enumerator_clang_type = enumerator_type->GetFullCompilerType(); in ParseEnum()
1190 class_type->GetFullCompilerType(); in ParseSubroutine()
2874 base_class_type->GetFullCompilerType(); in ParseChildMembers()
3512 class_type->GetFullCompilerType(); in CopyUniqueClassMethodTypes()
/external/llvm-project/lldb/source/Commands/
DCommandObjectTarget.cpp1667 type_sp->GetFullCompilerType(); in LookupTypeInModule()
1676 typedefed_type_sp->GetFullCompilerType(); in LookupTypeInModule()
1712 type_sp->GetFullCompilerType(); in LookupTypeHere()
1721 typedefed_type_sp->GetFullCompilerType(); in LookupTypeHere()
DCommandObjectMemory.cpp511 compiler_type = type_sp->GetFullCompilerType(); in DoExecute()
/external/llvm-project/lldb/tools/lldb-test/
Dlldb-test.cpp546 type->GetFullCompilerType(); in findTypes()
/external/llvm-project/lldb/source/Plugins/SymbolFile/NativePDB/
DSymbolFileNativePDB.cpp1272 (void)type->GetFullCompilerType(); in ParseTypes()
/external/llvm-project/lldb/source/Plugins/TypeSystem/Clang/
DTypeSystemClang.cpp8266 CompilerType full_type = type->GetFullCompilerType(); in DumpFromSymbolFile()