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

  /external/clang/include/clang/AST/
PrettyPrinter.h 39 SuppressTagKeyword(false), SuppressTag(false), SuppressScope(false),
75 bool SuppressTagKeyword : 1;
  /external/clang/lib/AST/
TypePrinter.cpp 64 bool SuppressTagKeyword;
69 SuppressTagKeyword = Policy.SuppressTagKeyword;
71 Policy.SuppressTagKeyword = true;
76 Policy.SuppressTagKeyword = SuppressTagKeyword;
842 // bool SuppressTagKeyword
843 // = Policy.LangOpts.CPlusPlus || Policy.SuppressTagKeyword;
847 if (!(Policy.LangOpts.CPlusPlus || Policy.SuppressTagKeyword ||
    [all...]

Completed in 62 milliseconds