Home
last modified time | relevance | path

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

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