Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/clang/include/clang/AST/
H A DPrettyPrinter.h58 enum SuppressInlineNamespaceMode : uint8_t { None, Redundant, All }; enum
65 SuppressInlineNamespace(SuppressInlineNamespaceMode::Redundant), in PrintingPolicy()
150 LLVM_PREFERRED_TYPE(SuppressInlineNamespaceMode)
/freebsd/contrib/llvm-project/clang/lib/ASTMatchers/
H A DASTMatchersInternal.cpp658 SkipUnwritten ? PrintingPolicy::SuppressInlineNamespaceMode::All in matchesNodeFullSlow()
659 : PrintingPolicy::SuppressInlineNamespaceMode::None; in matchesNodeFullSlow()
/freebsd/contrib/llvm-project/clang/lib/CodeGen/
H A DCodeGenTypes.cpp65 PrintingPolicy::SuppressInlineNamespaceMode::None; in addRecordTypeName()
H A DCGDebugInfo.cpp399 PrintingPolicy::SuppressInlineNamespaceMode::None; in getPrintingPolicy()
/freebsd/contrib/llvm-project/clang/lib/AST/
H A DDecl.cpp1747 PrintingPolicy::SuppressInlineNamespaceMode::All || in printNestedNameSpecifier()
1749 PrintingPolicy::SuppressInlineNamespaceMode::Redundant && in printNestedNameSpecifier()
H A DTypePrinter.cpp1441 PrintingPolicy::SuppressInlineNamespaceMode::None && in AppendScope()