Home
last modified time | relevance | path

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

/external/swiftshader/third_party/llvm-7.0/llvm/tools/llvm-pdbutil/
DDumpOutputStyle.cpp691 size_t LongestNamespace = 0; in dumpUdtStats() local
722 LongestNamespace = std::max(LongestNamespace, Scope.size()); in dumpUdtStats()
758 LongestNamespace += StringRef(" namespace ''").size(); in dumpUdtStats()
760 size_t FieldWidth = std::max(LongestNamespace, LongestTypeLeafKind); in dumpUdtStats()