Lines Matching defs:Describe
958 auto Describe = [](std::optional<Value *> SourceAggregate) {
1011 assert(Describe(SourceAggregate) != AggregateDescription::FoundMismatch &&
1013 assert((Describe(SourceAggregate) == AggregateDescription::Found) ==
1028 if (Describe(SourceAggregateForElement) != AggregateDescription::Found)
1033 switch (Describe(SourceAggregate)) {
1049 assert(Describe(SourceAggregate) == AggregateDescription::Found &&
1059 if (Describe(SourceAggregate) != AggregateDescription::NotFound) {
1060 if (Describe(SourceAggregate) == AggregateDescription::FoundMismatch)
1127 if (Describe(SourceAggregate) == AggregateDescription::Found) {
1145 if (Describe(It.second) == AggregateDescription::Found)
1177 if (Describe(It.second) == AggregateDescription::Found)