Home
last modified time | relevance | path

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

/NextBSD/contrib/llvm/tools/lldb/source/Symbol/
HDType.cpp101 m_decl (decl), in Type()
118 m_decl (), in Type()
136 m_decl (rhs.m_decl), in Type()
176 m_decl.Dump(s, show_fullpaths); in GetDescription()
224 m_decl.Dump (s,show_fullpaths); in Dump()
488 return m_decl; in GetDeclaration()
/NextBSD/contrib/llvm/tools/lldb/source/Expression/
HDClangASTSource.cpp43 : m_active_lexical_decls(decls), m_decl(decl) in ScopedLexicalDeclEraser()
49 m_active_lexical_decls.erase(m_decl); in ~ScopedLexicalDeclEraser()
54 const clang::Decl *m_decl; member in __anon9f68d4030111::ScopedLexicalDeclEraser
/NextBSD/contrib/llvm/tools/lldb/include/lldb/Symbol/
HDType.h304 Declaration m_decl; variable