Home
last modified time | relevance | path

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

/netbsd-src/external/apache2/llvm/dist/clang/include/clang/AST/
H A DPrettyPrinter.h51 virtual bool isScopeVisible(const DeclContext *DC) const { return false; } in isScopeVisible() function
/netbsd-src/external/apache2/llvm/dist/clang/lib/AST/
H A DTypePrinter.cpp1230 if (Policy.Callbacks && Policy.Callbacks->isScopeVisible(DC)) in AppendScope()