Home
last modified time | relevance | path

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

/llvm-project-15.0.7/lldb/source/Plugins/ExpressionParser/Clang/
H A DClangASTSource.h203 bool GetLookupsEnabled() { return m_lookups_enabled; } in GetLookupsEnabled() function
H A DClangASTSource.cpp156 if (!GetLookupsEnabled()) { in FindExternalVisibleDeclsByName()