Home
last modified time | relevance | path

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

/external/clang/unittests/AST/
DNamedDeclPrinterTest.cpp34 bool SuppressUnwrittenScope; member in __anon10e439500111::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/llvm-project/clang/include/clang/AST/
DPrettyPrinter.h54 SuppressScope(false), SuppressUnwrittenScope(false), in PrintingPolicy()
123 unsigned SuppressUnwrittenScope : 1; member
/external/llvm-project/clang/unittests/AST/
DNamedDeclPrinterTest.cpp98 bool SuppressUnwrittenScope, in PrintedNamedDeclMatches() argument
105 Policy.SuppressUnwrittenScope = in PrintedNamedDeclMatches()
106 SuppressUnwrittenScope; in PrintedNamedDeclMatches()
/external/llvm-project/clang-tools-extra/clang-tidy/readability/
DStaticAccessedThroughInstanceCheck.cpp70 PrintingPolicyWithSupressedTag.SuppressUnwrittenScope = true; in check()
/external/llvm-project/clang/unittests/Tooling/
DQualTypeNamesTest.cpp32 Policy.SuppressUnwrittenScope = true; in VisitValueDecl()
/external/llvm-project/clang/lib/Tooling/Refactoring/Extract/
DExtract.cpp146 PP.SuppressUnwrittenScope = true; in createSourceReplacements()
/external/llvm-project/clang-tools-extra/clang-tidy/bugprone/
DParentVirtualCallCheck.cpp66 PP.SuppressUnwrittenScope = true; in getNameAsString()
/external/clang/lib/Tooling/Core/
DQualTypeNames.cpp473 Policy.SuppressUnwrittenScope = true; in getFullyQualifiedName()
/external/clang/lib/ASTMatchers/
DASTMatchersInternal.cpp474 Policy.SuppressUnwrittenScope = true; in matchesNodeFullSlow()
/external/llvm-project/clang-tools-extra/clangd/
DAST.cpp176 Policy.SuppressUnwrittenScope = true; in printQualifiedName()
/external/clang/lib/Index/
DUSRGeneration.cpp738 PO.SuppressUnwrittenScope = true; in VisitType()
/external/llvm-project/clang/lib/Index/
DUSRGeneration.cpp626 PO.SuppressUnwrittenScope = true; in printQualifier()
/external/llvm-project/clang/lib/ASTMatchers/
DASTMatchersInternal.cpp640 Policy.SuppressUnwrittenScope = SkipUnwritten; in matchesNodeFullSlow()
/external/clang/lib/AST/
DTypePrinter.cpp914 if (Policy.SuppressUnwrittenScope && in AppendScope()
DDecl.cpp1434 if (P.SuppressUnwrittenScope && in printQualifiedName()
/external/llvm-project/clang/lib/AST/
DTypePrinter.cpp1226 if (Policy.SuppressUnwrittenScope && NS->isAnonymousNamespace()) in AppendScope()
DDecl.cpp1606 if (P.SuppressUnwrittenScope && isa<NamespaceDecl>(Ctx) && in printNestedNameSpecifier()
/external/llvm-project/lldb/source/Plugins/TypeSystem/Clang/
DTypeSystemClang.cpp2003 printing_policy.SuppressUnwrittenScope = false; in GetTypePrintingPolicy()
3695 printing_policy.SuppressUnwrittenScope = true; in GetDisplayTypeName()
/external/llvm-project/clang/tools/libclang/
DCIndex.cpp4909 return P->SuppressUnwrittenScope; in clang_PrintingPolicy_getProperty()
4980 P->SuppressUnwrittenScope = Value; in clang_PrintingPolicy_setProperty()
/external/clang/lib/Sema/
DSemaCodeComplete.cpp1470 Policy.SuppressUnwrittenScope = true; in getCompletionPrintingPolicy()
/external/llvm-project/clang/lib/Sema/
DSemaCodeComplete.cpp1868 Policy.SuppressUnwrittenScope = true; in getCompletionPrintingPolicy()