Home
last modified time | relevance | path

Searched defs:m_decls (Results 1 – 3 of 3) sorted by relevance

/external/llvm-project/lldb/source/Plugins/ExpressionParser/Clang/
DASTResultSynthesizer.h161 std::vector<clang::NamedDecl *> m_decls; ///< Persistent declarations to variable
DNameSearchContext.h30 llvm::SmallVectorImpl<clang::NamedDecl *> &m_decls; member
/external/llvm-project/lldb/source/Plugins/SymbolFile/DWARF/
DDWARFDebugAbbrev.h55 std::vector<DWARFAbbreviationDeclaration> m_decls; variable