Home
last modified time | relevance | path

Searched defs:DelimitedScope (Results 1 – 1 of 1) sorted by relevance

/freebsd/contrib/llvm-project/llvm/include/llvm/Support/
H A DScopedPrinter.h841 struct DelimitedScope { struct
842 DelimitedScope(ScopedPrinter &W) : W(&W) {} in DelimitedScope() argument
843 DelimitedScope() : W(nullptr) {} in DelimitedScope() function
849 struct DictScope : DelimitedScope { argument