Searched defs:SuppressUnwrittenScope (Results 1 - 2 of 2) sorted by relevance

/external/clang/include/clang/AST/
H A DPrettyPrinter.h40 SuppressUnwrittenScope(false), SuppressInitializers(false),
94 bool SuppressUnwrittenScope : 1; member in struct:clang::PrintingPolicy
/external/clang/unittests/AST/
H A DNamedDeclPrinterTest.cpp34 bool SuppressUnwrittenScope; member in class:__anon2799::PrintMatch
38 : NumFoundDecls(0), SuppressUnwrittenScope(suppressUnwrittenScope) {}
50 Policy.SuppressUnwrittenScope = SuppressUnwrittenScope;
65 bool SuppressUnwrittenScope,
68 PrintMatch Printer(SuppressUnwrittenScope);
101 /*SuppressUnwrittenScope*/ false,
113 /*SuppressUnwrittenScope*/ true,
64 PrintedNamedDeclMatches(StringRef Code, const std::vector<std::string> &Args, bool SuppressUnwrittenScope, const DeclarationMatcher &NodeMatch, StringRef ExpectedPrinted, StringRef FileName) argument

Completed in 685 milliseconds