Home
last modified time | relevance | path

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

/llvm-project/clang/include/clang/AST/
H A DPrettyPrinter.h49 virtual bool isScopeVisible(const DeclContext *DC) const { return false; } in isScopeVisible() function
/llvm-project/clang-tools-extra/clangd/
H A DAST.cpp406 bool isScopeVisible(const DeclContext *DC) const override { in printType() function in clang::clangd::printType::PrintCB