Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/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