HomeSort by relevance Sort by last modified time
    Searched defs:SuppressScope (Results 1 - 2 of 2) sorted by null

  /external/clang/include/clang/AST/
PrettyPrinter.h 39 SuppressTagKeyword(false), SuppressTag(false), SuppressScope(false),
90 bool SuppressScope : 1;
  /external/clang/lib/AST/
TypePrinter.cpp 66 bool SuppressScope;
71 SuppressScope = Policy.SuppressScope;
73 Policy.SuppressScope = true;
78 Policy.SuppressScope = SuppressScope;
896 if (!Policy.SuppressScope)
    [all...]

Completed in 426 milliseconds