Home
last modified time | relevance | path

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

/openbsd-src/gnu/llvm/lldb/source/Plugins/ExpressionParser/Clang/
H A DASTResultSynthesizer.h161 std::vector<clang::NamedDecl *> m_decls; ///< Persistent declarations to variable
H A DNameSearchContext.h30 llvm::SmallVectorImpl<clang::NamedDecl *> &m_decls; member
/openbsd-src/gnu/llvm/lldb/source/Plugins/SymbolFile/DWARF/
H A DDWARFDebugAbbrev.h54 std::vector<DWARFAbbreviationDeclaration> m_decls; variable