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 42 SuppressTagKeyword(LO.CPlusPlus),
60 SuppressTagKeyword = true;
92 bool SuppressTagKeyword : 1;
  /external/clang/lib/AST/
TypePrinter.cpp 65 bool SuppressTagKeyword;
70 SuppressTagKeyword = Policy.SuppressTagKeyword;
72 Policy.SuppressTagKeyword = true;
77 Policy.SuppressTagKeyword = SuppressTagKeyword;
952 if (!Policy.SuppressTagKeyword && !D->getTypedefNameForAnonDecl()) {
    [all...]

Completed in 185 milliseconds