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

  /external/clang/include/clang/AST/
PrettyPrinter.h 39 SuppressTagKeyword(false), SuppressTag(false), SuppressScope(false),
77 bool SuppressTagKeyword : 1;
  /external/clang/lib/AST/
TypePrinter.cpp 65 bool SuppressTagKeyword;
70 SuppressTagKeyword = Policy.SuppressTagKeyword;
72 Policy.SuppressTagKeyword = true;
77 Policy.SuppressTagKeyword = SuppressTagKeyword;
881 // bool SuppressTagKeyword
882 // = Policy.LangOpts.CPlusPlus || Policy.SuppressTagKeyword;
886 if (!(Policy.LangOpts.CPlusPlus || Policy.SuppressTagKeyword ||
    [all...]

Completed in 70 milliseconds