Home
last modified time | relevance | path

Searched refs:derive_template_names (Results 1 – 2 of 2) sorted by relevance

/freebsd/contrib/llvm-project/lldb/source/Plugins/SymbolFile/DWARF/
H A DDWARFDIE.cpp382 bool derive_template_names) { in GetContextEntry() argument
409 if (!derive_template_names || name.contains('<')) in GetContextEntry()
423 static void GetDeclContextImpl(DWARFDIE die, bool derive_template_names, in GetDeclContextImpl() argument
445 context.push_back(GetContextEntry(die, derive_template_names)); in GetDeclContextImpl()
456 DWARFDIE::GetDeclContext(bool derive_template_names) const { in GetDeclContext()
459 GetDeclContextImpl(*this, derive_template_names, seen, context); in GetDeclContext()
464 static void GetTypeLookupContextImpl(DWARFDIE die, bool derive_template_names, in GetTypeLookupContextImpl() argument
479 context.push_back(GetContextEntry(die, derive_template_names)); in GetTypeLookupContextImpl()
503 DWARFDIE::GetTypeLookupContext(bool derive_template_names) const { in GetTypeLookupContext()
506 GetTypeLookupContextImpl(*this, derive_template_names, seen, context); in GetTypeLookupContext()
H A DDWARFDIE.h84 GetDeclContext(bool derive_template_names = false) const;
104 GetTypeLookupContext(bool derive_template_names = false) const;