Searched refs:SuppressInlineNamespaceMode (Results 1 – 6 of 6) sorted by relevance
58 enum SuppressInlineNamespaceMode : uint8_t { None, Redundant, All }; enum65 SuppressInlineNamespace(SuppressInlineNamespaceMode::Redundant), in PrintingPolicy()150 LLVM_PREFERRED_TYPE(SuppressInlineNamespaceMode)
658 SkipUnwritten ? PrintingPolicy::SuppressInlineNamespaceMode::All in matchesNodeFullSlow()659 : PrintingPolicy::SuppressInlineNamespaceMode::None; in matchesNodeFullSlow()
65 PrintingPolicy::SuppressInlineNamespaceMode::None; in addRecordTypeName()
399 PrintingPolicy::SuppressInlineNamespaceMode::None; in getPrintingPolicy()
1747 PrintingPolicy::SuppressInlineNamespaceMode::All || in printNestedNameSpecifier()1749 PrintingPolicy::SuppressInlineNamespaceMode::Redundant && in printNestedNameSpecifier()
1441 PrintingPolicy::SuppressInlineNamespaceMode::None && in AppendScope()