Home
last modified time | relevance | path

Searched refs:GetContainingDeclContext (Results 1 – 3 of 3) sorted by relevance

/freebsd-12.1/contrib/llvm/tools/lldb/source/Plugins/SymbolFile/DWARF/
H A DDWARFDIE.h122 lldb_private::CompilerDeclContext GetContainingDeclContext() const;
H A DDWARFDIE.cpp301 CompilerDeclContext DWARFDIE::GetContainingDeclContext() const { in GetContainingDeclContext() function in DWARFDIE
H A DSymbolFileDWARF.cpp1389 return die.GetContainingDeclContext(); in GetDeclContextContainingUID()