Home
last modified time | relevance | path

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

/freebsd-12.1/contrib/llvm/tools/lldb/source/Plugins/SymbolFile/PDB/
H A DPDBASTParser.cpp552 CompilerType target_ast_type = target_type->GetFullCompilerType(); in CreateLLDBTypeFromPDBType()
615 CompilerType arg_ast_type = arg_type->GetFullCompilerType(); in CreateLLDBTypeFromPDBType()
627 CompilerType return_ast_type = return_type->GetFullCompilerType(); in CreateLLDBTypeFromPDBType()
732 pointer_ast_type = pointee_type->GetFullCompilerType(); in CreateLLDBTypeFromPDBType()
826 CompilerType class_parent_ct = class_parent_type->GetFullCompilerType(); in GetDeclForSymbol()
1280 auto base_comp_type = base_type->GetFullCompilerType(); in AddRecordBases()
1338 CompilerType method_comp_type = method_type->GetFullCompilerType(); in AddRecordMethod()
H A DSymbolFilePDB.cpp479 type->GetFullCompilerType(); in ParseTypes()
/freebsd-12.1/contrib/llvm/tools/lldb/source/Plugins/ExpressionParser/Clang/
H A DClangExpressionDeclMap.cpp733 *type, var_sp->GetType()->GetFullCompilerType())) in FindGlobalVariable()
1011 TypeFromUser this_user_type(this_type->GetFullCompilerType()); in FindExternalVisibleDecls()
1111 CompilerType self_clang_type = self_type->GetFullCompilerType(); in FindExternalVisibleDecls()
1123 ASTDumper ast_dumper(self_type->GetFullCompilerType()); in FindExternalVisibleDecls()
1132 TypeFromUser self_user_type(self_type->GetFullCompilerType()); in FindExternalVisibleDecls()
1348 function->GetType()->GetFullCompilerType(); in FindExternalVisibleDecls()
1574 CompilerType var_clang_type = var_type->GetFullCompilerType(); in GetVariableValue()
2032 function_clang_type = function_type->GetFullCompilerType(); in AddOneFunction()
H A DClangASTSource.cpp345 CompilerType clang_type(type->GetFullCompilerType()); in CompleteType()
383 CompilerType clang_type(type->GetFullCompilerType()); in CompleteType()
496 TypeFromUser(complete_type_sp->GetFullCompilerType()); in GetCompleteObjCInterface()
875 CompilerType full_type = type_sp->GetFullCompilerType(); in FindExternalVisibleDecls()
/freebsd-12.1/contrib/llvm/tools/lldb/source/DataFormatters/
H A DTypeFormat.cpp175 valobj_enum_type = type_sp->GetFullCompilerType(); in FormatObject()
/freebsd-12.1/contrib/llvm/tools/lldb/source/Target/
H A DLanguage.cpp395 CompilerType compiler_type(match->GetFullCompilerType()); in Find_Impl()
/freebsd-12.1/contrib/llvm/tools/lldb/include/lldb/Symbol/
H A DType.h184 CompilerType GetFullCompilerType();
/freebsd-12.1/contrib/llvm/tools/lldb/source/Symbol/
H A DFunction.cpp479 return function_type->GetFullCompilerType(); in GetCompilerType()
H A DType.cpp588 CompilerType Type::GetFullCompilerType() { in GetFullCompilerType() function in Type
/freebsd-12.1/contrib/llvm/tools/lldb/source/Plugins/SymbolFile/DWARF/
H A DDWARFASTParserClang.cpp1084 enumerator_clang_type = enumerator_type->GetFullCompilerType(); in ParseTypeFromDWARF()
1572 class_type->GetFullCompilerType(); in ParseTypeFromDWARF()
3270 base_class_type->GetFullCompilerType(); in ParseChildMembers()
3882 class_type->GetFullCompilerType(); in CopyUniqueClassMethodTypes()
/freebsd-12.1/contrib/llvm/tools/lldb/source/Commands/
H A DCommandObjectTarget.cpp1692 type_sp->GetFullCompilerType(); in LookupTypeInModule()
1701 typedefed_type_sp->GetFullCompilerType(); in LookupTypeInModule()
1739 type_sp->GetFullCompilerType(); in LookupTypeHere()
1748 typedefed_type_sp->GetFullCompilerType(); in LookupTypeHere()
H A DCommandObjectMemory.cpp506 clang_ast_type = type_sp->GetFullCompilerType(); in DoExecute()
/freebsd-12.1/contrib/llvm/tools/lldb/source/Plugins/SymbolFile/NativePDB/
H A DSymbolFileNativePDB.cpp1277 (void)type->GetFullCompilerType(); in ParseTypes()
/freebsd-12.1/contrib/llvm/tools/lldb/source/Core/
H A DValueObject.cpp318 complete_objc_class_type_sp->GetFullCompilerType()); in MaybeCalculateCompleteType()