Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/lldb/source/Plugins/LanguageRuntime/ObjC/AppleObjCRuntime/
H A DAppleObjCTypeEncodingParser.cpp110 bool in_union = true; in BuildAggregate() local
112 while (in_union && type.HasAtLeast(1)) { in BuildAggregate()
114 in_union = false; in BuildAggregate()
124 if (in_union) in BuildAggregate()