Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/clang/include/clang/AST/
H A DPrettyPrinter.h49 virtual bool isScopeVisible(const DeclContext *DC) const { return false; } in isScopeVisible() function
/freebsd/contrib/llvm-project/clang/lib/AST/
H A DTypePrinter.cpp1431 if (Policy.Callbacks && Policy.Callbacks->isScopeVisible(DC)) in AppendScope()