Home
last modified time | relevance | path

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

/openbsd-src/gnu/llvm/lldb/source/Plugins/SymbolFile/PDB/
H A DPDBASTParser.cpp564 CompilerType target_ast_type = target_type->GetFullCompilerType(); in CreateLLDBTypeFromPDBType()
635 CompilerType arg_ast_type = arg_type->GetFullCompilerType(); in CreateLLDBTypeFromPDBType()
651 CompilerType return_ast_type = return_type->GetFullCompilerType(); in CreateLLDBTypeFromPDBType()
767 pointer_ast_type = pointee_type->GetFullCompilerType(); in CreateLLDBTypeFromPDBType()
862 CompilerType class_parent_ct = class_parent_type->GetFullCompilerType(); in GetDeclForSymbol()
1367 auto base_comp_type = base_type->GetFullCompilerType(); in AddRecordBases()
1426 CompilerType method_comp_type = method_type->GetFullCompilerType(); in AddRecordMethod()
H A DSymbolFilePDB.cpp489 type->GetFullCompilerType(); in ParseTypes()
/openbsd-src/gnu/llvm/lldb/source/DataFormatters/
H A DTypeFormat.cpp175 valobj_enum_type = type_sp->GetFullCompilerType(); in FormatObject()
/openbsd-src/gnu/llvm/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.cpp971 CompilerType self_clang_type = self_type->GetFullCompilerType(); in LookUpLldbObjCClass()
984 ClangUtil::ToString(self_type->GetFullCompilerType())); in LookUpLldbObjCClass()
1179 CompilerType func_clang_type = function->GetType()->GetFullCompilerType(); in SearchFunctionsInSymbolContexts()
1498 CompilerType var_clang_type = var_type->GetFullCompilerType(); in GetVariableValue()
1896 function_clang_type = function_type->GetFullCompilerType(); in AddOneFunction()
/openbsd-src/gnu/llvm/lldb/source/Target/
H A DLanguage.cpp420 CompilerType compiler_type(match->GetFullCompilerType()); in Find_Impl()
/openbsd-src/gnu/llvm/lldb/source/Plugins/LanguageRuntime/ObjC/
H A DObjCLanguageRuntime.cpp441 complete_objc_class_type_sp->GetFullCompilerType()); in GetRuntimeType()
/openbsd-src/gnu/llvm/lldb/include/lldb/Symbol/
H A DType.h180 CompilerType GetFullCompilerType();
/openbsd-src/gnu/llvm/lldb/source/Symbol/
H A DFunction.cpp524 return function_type->GetFullCompilerType(); in GetCompilerType()
H A DType.cpp657 CompilerType Type::GetFullCompilerType() { in GetFullCompilerType() function in Type
/openbsd-src/gnu/llvm/lldb/source/Plugins/SymbolFile/DWARF/
H A DDWARFASTParserClang.cpp814 enumerator_clang_type = enumerator_type->GetFullCompilerType(); in ParseEnum()
1168 class_type->GetFullCompilerType(); in ParseSubroutine()
1450 CompilerType base_class_clang_type = base_class_type->GetFullCompilerType(); in ParseInheritance()
3509 class_type->GetFullCompilerType(); in CopyUniqueClassMethodTypes()
/openbsd-src/gnu/llvm/lldb/source/Commands/
H A DCommandObjectTarget.cpp1651 type_sp->GetFullCompilerType(); in LookupTypeInModule()
1660 typedefed_type_sp->GetFullCompilerType(); in LookupTypeInModule()
1696 type_sp->GetFullCompilerType(); in LookupTypeHere()
1705 typedefed_type_sp->GetFullCompilerType(); in LookupTypeHere()
H A DCommandObjectMemory.cpp510 compiler_type = type_sp->GetFullCompilerType(); in DoExecute()
/openbsd-src/gnu/llvm/lldb/tools/lldb-test/
H A Dlldb-test.cpp599 type->GetFullCompilerType(); in findTypes()
/openbsd-src/gnu/llvm/lldb/source/Plugins/SymbolFile/NativePDB/
H A DSymbolFileNativePDB.cpp1763 (void)type->GetFullCompilerType(); in ParseTypes()
/openbsd-src/gnu/llvm/lldb/source/Plugins/TypeSystem/Clang/
H A DTypeSystemClang.cpp8572 CompilerType full_type = type->GetFullCompilerType(); in DumpFromSymbolFile()