Home
last modified time | relevance | path

Searched refs:SuppressInlineNamespace (Results 1 – 6 of 6) sorted by relevance

/external/llvm-project/clang/include/clang/AST/
DPrettyPrinter.h55 SuppressInlineNamespace(true), SuppressInitializers(false), in PrintingPolicy()
128 unsigned SuppressInlineNamespace : 1; member
/external/llvm-project/clang/lib/CodeGen/
DCodeGenTypes.cpp59 Policy.SuppressInlineNamespace = false; in addRecordTypeName()
/external/llvm-project/clang/lib/ASTMatchers/
DASTMatchersInternal.cpp641 Policy.SuppressInlineNamespace = SkipUnwritten; in matchesNodeFullSlow()
/external/llvm-project/clang/lib/AST/
DTypePrinter.cpp1231 if (Policy.SuppressInlineNamespace && NS->isInline() && NameInScope && in AppendScope()
DDecl.cpp1611 if (P.SuppressInlineNamespace && Ctx->isInlineNamespace() && NameInScope && in printNestedNameSpecifier()
/external/llvm-project/lldb/source/Plugins/TypeSystem/Clang/
DTypeSystemClang.cpp2002 printing_policy.SuppressInlineNamespace = false; in GetTypePrintingPolicy()
3696 printing_policy.SuppressInlineNamespace = true; in GetDisplayTypeName()