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 38 SuppressTagKeyword(false), SuppressTag(false), SuppressScope(false),
74 bool SuppressTagKeyword : 1;
  /external/clang/lib/AST/
TypePrinter.cpp 649 // bool SuppressTagKeyword
650 // = Policy.LangOpts.CPlusPlus || Policy.SuppressTagKeyword;
654 if (!(Policy.LangOpts.CPlusPlus || Policy.SuppressTagKeyword ||
807 InnerPolicy.SuppressTagKeyword = true;
    [all...]

Completed in 768 milliseconds