Home
last modified time | relevance | path

Searched refs:IsStructUnionOrClass (Results 1 – 4 of 4) sorted by relevance

/freebsd-12.1/contrib/llvm/tools/lldb/include/lldb/Symbol/
H A DCompilerDeclContext.h101 bool IsStructUnionOrClass() const;
/freebsd-12.1/contrib/llvm/tools/lldb/source/Symbol/
H A DCompilerDeclContext.cpp45 bool CompilerDeclContext::IsStructUnionOrClass() const { in IsStructUnionOrClass() function in CompilerDeclContext
/freebsd-12.1/contrib/llvm/tools/lldb/source/Plugins/SymbolFile/DWARF/
H A DDWARFDIE.cpp226 bool DWARFDIE::IsStructUnionOrClass() const { in IsStructUnionOrClass() function in DWARFDIE
234 if (d.GetParent().IsStructUnionOrClass()) in IsMethod()
H A DDWARFDIE.h25 bool IsStructUnionOrClass() const;