Home
last modified time | relevance | path

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

/external/llvm-project/clang/test/AST/
Dast-dump-record-definition-data.cpp44 struct IsAggregate { struct
47 int a;
Dast-dump-record-definition-data-json.cpp23 struct IsAggregate { struct
24 int a;
/external/llvm-project/lldb/source/DataFormatters/
DValueObjectPrinter.cpp195 bool ValueObjectPrinter::IsAggregate() { in IsAggregate() function in ValueObjectPrinter
/external/llvm/include/llvm/DebugInfo/CodeView/
DCodeView.h383 IsAggregate = 1 << 3, enumerator
/external/swiftshader/third_party/llvm-10.0/llvm/include/llvm/DebugInfo/CodeView/
DCodeView.h406 IsAggregate = 1 << 3, enumerator
/external/llvm-project/llvm/include/llvm/DebugInfo/CodeView/
DCodeView.h406 IsAggregate = 1 << 3, enumerator
/external/protobuf/src/google/protobuf/
Ddescriptor.cc106 inline bool IsAggregate() const { in IsAggregate() function