Home
last modified time | relevance | path

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

/freebsd-12.1/contrib/llvm/tools/lldb/include/lldb/DataFormatters/
H A DValueObjectPrinter.h78 bool IsAggregate();
/freebsd-12.1/contrib/llvm/tools/lldb/source/DataFormatters/
H A DValueObjectPrinter.cpp200 bool ValueObjectPrinter::IsAggregate() { in IsAggregate() function in ValueObjectPrinter
625 if (!IsAggregate()) in ShouldPrintEmptyBrackets()
791 } else if (m_curr_depth >= m_options.m_max_depth && IsAggregate() && in PrintChildrenIfNeeded()
/freebsd-12.1/contrib/llvm/include/llvm/DebugInfo/CodeView/
H A DCodeView.h403 IsAggregate = 1 << 3, enumerator
/freebsd-12.1/contrib/llvm/lib/DebugInfo/CodeView/
H A DEnumTables.cpp63 CV_ENUM_CLASS_ENT(LocalSymFlags, IsAggregate),
/freebsd-12.1/contrib/llvm/tools/llvm-pdbutil/
H A DMinimalSymbolDumper.cpp38 PUSH_FLAG(LocalSymFlags, IsAggregate, Flags, "aggregate"); in formatLocalSymFlags()
/freebsd-12.1/contrib/llvm/tools/clang/include/clang/Basic/
H A DTokenKinds.def453 TYPE_TRAIT_1(__is_aggregate, IsAggregate, KEYCXX)