HomeSort by: relevance | last modified time | path
    Searched refs:isScopeVisible (Results 1 - 2 of 2) sorted by relevancy

  /src/external/apache2/llvm/dist/clang/include/clang/AST/
PrettyPrinter.h 49 /// The printing stops at the first isScopeVisible() == true, so there will
51 virtual bool isScopeVisible(const DeclContext *DC) const { return false; }
  /src/external/apache2/llvm/dist/clang/lib/AST/
TypePrinter.cpp 1230 if (Policy.Callbacks && Policy.Callbacks->isScopeVisible(DC))

Completed in 17 milliseconds