Home
last modified time | relevance | path

Searched refs:SuppressUnwrittenScope (Results 1 – 8 of 8) sorted by relevance

/external/clang/unittests/AST/
DNamedDeclPrinterTest.cpp34 bool SuppressUnwrittenScope; member in __anonfc895aaf0111::PrintMatch
38 : NumFoundDecls(0), SuppressUnwrittenScope(suppressUnwrittenScope) {} in PrintMatch()
50 Policy.SuppressUnwrittenScope = SuppressUnwrittenScope; in run()
65 bool SuppressUnwrittenScope, in PrintedNamedDeclMatches() argument
68 PrintMatch Printer(SuppressUnwrittenScope); in PrintedNamedDeclMatches()
/external/clang/include/clang/AST/
DPrettyPrinter.h44 SuppressUnwrittenScope(false), SuppressInitializers(false), in PrintingPolicy()
109 bool SuppressUnwrittenScope : 1; member
/external/clang/lib/Tooling/Core/
DQualTypeNames.cpp473 Policy.SuppressUnwrittenScope = true; in getFullyQualifiedName()
/external/clang/lib/ASTMatchers/
DASTMatchersInternal.cpp474 Policy.SuppressUnwrittenScope = true; in matchesNodeFullSlow()
/external/clang/lib/Index/
DUSRGeneration.cpp738 PO.SuppressUnwrittenScope = true; in VisitType()
/external/clang/lib/AST/
DTypePrinter.cpp914 if (Policy.SuppressUnwrittenScope && in AppendScope()
DDecl.cpp1434 if (P.SuppressUnwrittenScope && in printQualifiedName()
/external/clang/lib/Sema/
DSemaCodeComplete.cpp1470 Policy.SuppressUnwrittenScope = true; in getCompletionPrintingPolicy()