/external/clang/unittests/AST/ |
D | NamedDeclPrinterTest.cpp | 34 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/ |
D | PrettyPrinter.h | 44 SuppressUnwrittenScope(false), SuppressInitializers(false), in PrintingPolicy() 109 bool SuppressUnwrittenScope : 1; member
|
/external/llvm-project/clang/include/clang/AST/ |
D | PrettyPrinter.h | 54 SuppressScope(false), SuppressUnwrittenScope(false), in PrintingPolicy() 123 unsigned SuppressUnwrittenScope : 1; member
|
/external/llvm-project/clang/unittests/AST/ |
D | NamedDeclPrinterTest.cpp | 98 bool SuppressUnwrittenScope, in PrintedNamedDeclMatches() argument 105 Policy.SuppressUnwrittenScope = in PrintedNamedDeclMatches() 106 SuppressUnwrittenScope; in PrintedNamedDeclMatches()
|
/external/llvm-project/clang-tools-extra/clang-tidy/readability/ |
D | StaticAccessedThroughInstanceCheck.cpp | 70 PrintingPolicyWithSupressedTag.SuppressUnwrittenScope = true; in check()
|
/external/llvm-project/clang/unittests/Tooling/ |
D | QualTypeNamesTest.cpp | 32 Policy.SuppressUnwrittenScope = true; in VisitValueDecl()
|
/external/llvm-project/clang/lib/Tooling/Refactoring/Extract/ |
D | Extract.cpp | 146 PP.SuppressUnwrittenScope = true; in createSourceReplacements()
|
/external/llvm-project/clang-tools-extra/clang-tidy/bugprone/ |
D | ParentVirtualCallCheck.cpp | 66 PP.SuppressUnwrittenScope = true; in getNameAsString()
|
/external/clang/lib/Tooling/Core/ |
D | QualTypeNames.cpp | 473 Policy.SuppressUnwrittenScope = true; in getFullyQualifiedName()
|
/external/clang/lib/ASTMatchers/ |
D | ASTMatchersInternal.cpp | 474 Policy.SuppressUnwrittenScope = true; in matchesNodeFullSlow()
|
/external/llvm-project/clang-tools-extra/clangd/ |
D | AST.cpp | 176 Policy.SuppressUnwrittenScope = true; in printQualifiedName()
|
/external/clang/lib/Index/ |
D | USRGeneration.cpp | 738 PO.SuppressUnwrittenScope = true; in VisitType()
|
/external/llvm-project/clang/lib/Index/ |
D | USRGeneration.cpp | 626 PO.SuppressUnwrittenScope = true; in printQualifier()
|
/external/llvm-project/clang/lib/ASTMatchers/ |
D | ASTMatchersInternal.cpp | 640 Policy.SuppressUnwrittenScope = SkipUnwritten; in matchesNodeFullSlow()
|
/external/clang/lib/AST/ |
D | TypePrinter.cpp | 914 if (Policy.SuppressUnwrittenScope && in AppendScope()
|
D | Decl.cpp | 1434 if (P.SuppressUnwrittenScope && in printQualifiedName()
|
/external/llvm-project/clang/lib/AST/ |
D | TypePrinter.cpp | 1226 if (Policy.SuppressUnwrittenScope && NS->isAnonymousNamespace()) in AppendScope()
|
D | Decl.cpp | 1606 if (P.SuppressUnwrittenScope && isa<NamespaceDecl>(Ctx) && in printNestedNameSpecifier()
|
/external/llvm-project/lldb/source/Plugins/TypeSystem/Clang/ |
D | TypeSystemClang.cpp | 2003 printing_policy.SuppressUnwrittenScope = false; in GetTypePrintingPolicy() 3695 printing_policy.SuppressUnwrittenScope = true; in GetDisplayTypeName()
|
/external/llvm-project/clang/tools/libclang/ |
D | CIndex.cpp | 4909 return P->SuppressUnwrittenScope; in clang_PrintingPolicy_getProperty() 4980 P->SuppressUnwrittenScope = Value; in clang_PrintingPolicy_setProperty()
|
/external/clang/lib/Sema/ |
D | SemaCodeComplete.cpp | 1470 Policy.SuppressUnwrittenScope = true; in getCompletionPrintingPolicy()
|
/external/llvm-project/clang/lib/Sema/ |
D | SemaCodeComplete.cpp | 1868 Policy.SuppressUnwrittenScope = true; in getCompletionPrintingPolicy()
|