Home
last modified time | relevance | path

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

/freebsd-14.2/contrib/llvm-project/lldb/source/Plugins/ExpressionParser/Clang/
H A DNameSearchContext.h46 bool m_found_type = false; member
H A DClangASTSource.cpp596 if (context.m_found_type) in FindExternalVisibleDecls()
632 context.m_found_type = true; in FindExternalVisibleDecls()
636 if (!context.m_found_type) { in FindExternalVisibleDecls()
641 if (!context.m_found_type) { in FindExternalVisibleDecls()
876 context.m_found_type = true; in FindDeclInModules()