Home
last modified time | relevance | path

Searched refs:GetQualifiedName (Results 1 – 10 of 10) sorted by relevance

/freebsd/contrib/llvm-project/lldb/source/Plugins/SymbolFile/DWARF/
H A DDWARFDeclContext.h78 const char *GetQualifiedName() const;
83 return ConstString(GetQualifiedName()); in GetQualifiedNameAsConstString()
H A DDWARFDeclContext.cpp29 const char *DWARFDeclContext::GetQualifiedName() const { in GetQualifiedName() function in DWARFDeclContext
H A DAppleDWARFIndex.cpp236 llvm::djbHash(context.GetQualifiedName()); in GetTypes()
H A DDWARFASTParserClang.cpp2434 sstr << decl_ctx.GetQualifiedName(); in ConstructDemangledNameFromDWARF()
H A DSymbolFileDWARF.cpp3068 type_dwarf_decl_ctx.GetQualifiedName()); in FindDefinitionDIE()
/freebsd/contrib/llvm-project/lldb/source/ValueObject/
H A DValueObjectVariable.cpp93 return var_type->GetQualifiedName(); in GetQualifiedTypeName()
/freebsd/contrib/llvm-project/lldb/source/Symbol/
H A DType.cpp313 ConstString qualified_type_name(GetQualifiedName()); in GetDescription()
786 ConstString Type::GetQualifiedName() { in GetQualifiedName() function in Type
/freebsd/contrib/llvm-project/lldb/include/lldb/Symbol/
H A DType.h500 ConstString GetQualifiedName();
/freebsd/contrib/llvm-project/lldb/source/Plugins/SymbolFile/PDB/
H A DSymbolFilePDB.cpp1549 ConstString name = iter->second->GetQualifiedName(); in FindTypes()
/freebsd/contrib/llvm-project/lldb/source/Plugins/SymbolFile/NativePDB/
H A DSymbolFileNativePDB.cpp1732 ConstString name = type_sp->GetQualifiedName(); in FindTypes()