Home
last modified time | relevance | path

Searched refs:isScopeVisible (Results 1 – 3 of 3) sorted by relevance

/llvm-project-15.0.7/clang/include/clang/AST/
H A DPrettyPrinter.h49 virtual bool isScopeVisible(const DeclContext *DC) const { return false; } in isScopeVisible() function
/llvm-project-15.0.7/clang-tools-extra/clangd/
H A DAST.cpp388 bool isScopeVisible(const DeclContext *DC) const override { in printType() function in clang::clangd::printType::PrintCB
/llvm-project-15.0.7/clang/lib/AST/
H A DTypePrinter.cpp1275 if (Policy.Callbacks && Policy.Callbacks->isScopeVisible(DC)) in AppendScope()