Home
last modified time | relevance | path

Searched refs:m_selector_table_up (Results 1 – 2 of 2) sorted by relevance

/openbsd/gnu/llvm/lldb/source/Plugins/TypeSystem/Clang/
H A DTypeSystemClang.h1097 std::unique_ptr<clang::SelectorTable> m_selector_table_up; variable
H A DTypeSystemClang.cpp659 m_selector_table_up.reset(); in Finalize()
728 m_selector_table_up = std::make_unique<SelectorTable>(); in CreateASTContext()
742 *m_selector_table_up, *m_builtins_up, TU_Complete); in CreateASTContext()