Home
last modified time | relevance | path

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

/llvm-project-15.0.7/clang/test/AST/
H A Dast-dump-record-definition-data.cpp44 struct IsAggregate { struct
H A Dast-dump-record-definition-data-json.cpp23 struct IsAggregate { struct
/llvm-project-15.0.7/lldb/include/lldb/DataFormatters/
H A DValueObjectPrinter.h74 bool IsAggregate();
/llvm-project-15.0.7/lldb/source/DataFormatters/
H A DValueObjectPrinter.cpp195 bool ValueObjectPrinter::IsAggregate() { in IsAggregate() function in ValueObjectPrinter
627 if (!IsAggregate()) in ShouldPrintEmptyBrackets()
789 } else if (HasReachedMaximumDepth() && IsAggregate() && in PrintChildrenIfNeeded()
/llvm-project-15.0.7/llvm/include/llvm/DebugInfo/CodeView/
H A DCodeView.h414 IsAggregate = 1 << 3, enumerator
/llvm-project-15.0.7/llvm/lib/DebugInfo/CodeView/
H A DEnumTables.cpp80 CV_ENUM_CLASS_ENT(LocalSymFlags, IsAggregate),
/llvm-project-15.0.7/llvm/tools/llvm-pdbutil/
H A DMinimalSymbolDumper.cpp39 PUSH_FLAG(LocalSymFlags, IsAggregate, Flags, "aggregate"); in formatLocalSymFlags()
/llvm-project-15.0.7/clang/include/clang/Basic/
H A DTokenKinds.def490 TYPE_TRAIT_1(__is_aggregate, IsAggregate, KEYCXX)