Searched refs:isScopeVisible (Results 1 – 3 of 3) sorted by relevance
49 virtual bool isScopeVisible(const DeclContext *DC) const { return false; } in isScopeVisible() function
388 bool isScopeVisible(const DeclContext *DC) const override { in printType() function in clang::clangd::printType::PrintCB
1275 if (Policy.Callbacks && Policy.Callbacks->isScopeVisible(DC)) in AppendScope()