Home
last modified time | relevance | path

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

/freebsd-13.1/contrib/llvm-project/lldb/source/Plugins/SymbolFile/PDB/
H A DPDBASTParser.cpp555 CompilerType target_ast_type = target_type->GetFullCompilerType(); in CreateLLDBTypeFromPDBType()
627 CompilerType arg_ast_type = arg_type->GetFullCompilerType(); in CreateLLDBTypeFromPDBType()
643 CompilerType return_ast_type = return_type->GetFullCompilerType(); in CreateLLDBTypeFromPDBType()
760 pointer_ast_type = pointee_type->GetFullCompilerType(); in CreateLLDBTypeFromPDBType()
854 CompilerType class_parent_ct = class_parent_type->GetFullCompilerType(); in GetDeclForSymbol()
1356 auto base_comp_type = base_type->GetFullCompilerType(); in AddRecordBases()
1415 CompilerType method_comp_type = method_type->GetFullCompilerType(); in AddRecordMethod()
H A DSymbolFilePDB.cpp481 type->GetFullCompilerType(); in ParseTypes()
/freebsd-13.1/contrib/llvm-project/lldb/source/Plugins/ExpressionParser/Clang/
H A 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()
1155 CompilerType func_clang_type = function->GetType()->GetFullCompilerType(); in SearchFunctionsInSymbolContexts()
1471 CompilerType var_clang_type = var_type->GetFullCompilerType(); in GetVariableValue()
1807 function_clang_type = function_type->GetFullCompilerType(); in AddOneFunction()
H A DClangASTSource.cpp215 CompilerType clang_type(type->GetFullCompilerType()); in FindCompleteType()
252 CompilerType clang_type(type->GetFullCompilerType()); in FindCompleteType()
365 TypeFromUser(complete_type_sp->GetFullCompilerType()); in GetCompleteObjCInterface()
630 CompilerType full_type = type_sp->GetFullCompilerType(); in FindExternalVisibleDecls()
/freebsd-13.1/contrib/llvm-project/lldb/source/DataFormatters/
H A DTypeFormat.cpp173 valobj_enum_type = type_sp->GetFullCompilerType(); in FormatObject()
/freebsd-13.1/contrib/llvm-project/lldb/source/Target/
H A DLanguage.cpp398 CompilerType compiler_type(match->GetFullCompilerType()); in Find_Impl()
/freebsd-13.1/contrib/llvm-project/lldb/source/Plugins/LanguageRuntime/ObjC/
H A DObjCLanguageRuntime.cpp410 complete_objc_class_type_sp->GetFullCompilerType()); in GetRuntimeType()
/freebsd-13.1/contrib/llvm-project/lldb/include/lldb/Symbol/
H A DType.h185 CompilerType GetFullCompilerType();
/freebsd-13.1/contrib/llvm-project/lldb/source/Symbol/
H A DFunction.cpp525 return function_type->GetFullCompilerType(); in GetCompilerType()
H A DType.cpp646 CompilerType Type::GetFullCompilerType() { in GetFullCompilerType() function in Type
/freebsd-13.1/contrib/llvm-project/lldb/source/Plugins/SymbolFile/DWARF/
H A DDWARFASTParserClang.cpp833 enumerator_clang_type = enumerator_type->GetFullCompilerType(); in ParseEnum()
1189 class_type->GetFullCompilerType(); in ParseSubroutine()
2840 base_class_type->GetFullCompilerType(); in ParseChildMembers()
3472 class_type->GetFullCompilerType(); in CopyUniqueClassMethodTypes()
/freebsd-13.1/contrib/llvm-project/lldb/source/Commands/
H A DCommandObjectTarget.cpp1632 type_sp->GetFullCompilerType(); in LookupTypeInModule()
1641 typedefed_type_sp->GetFullCompilerType(); in LookupTypeInModule()
1677 type_sp->GetFullCompilerType(); in LookupTypeHere()
1686 typedefed_type_sp->GetFullCompilerType(); in LookupTypeHere()
H A DCommandObjectMemory.cpp508 compiler_type = type_sp->GetFullCompilerType(); in DoExecute()
/freebsd-13.1/contrib/llvm-project/lldb/source/Plugins/SymbolFile/NativePDB/
H A DSymbolFileNativePDB.cpp1272 (void)type->GetFullCompilerType(); in ParseTypes()
/freebsd-13.1/contrib/llvm-project/lldb/source/Plugins/TypeSystem/Clang/
H A DTypeSystemClang.cpp8395 CompilerType full_type = type->GetFullCompilerType(); in DumpFromSymbolFile()