Searched refs:foundAny (Results 1 – 1 of 1) sorted by relevance
3241 bool foundAny = New->hasAttrs(); in mergeDeclAttributes() local3245 if (!foundAny) New->setAttrs(AttrVec()); in mergeDeclAttributes()3279 foundAny = true; in mergeDeclAttributes()3283 foundAny = true; in mergeDeclAttributes()3285 if (!foundAny) New->dropAttrs(); in mergeDeclAttributes()3311 bool foundAny = To->hasAttrs(); in propagateAttributes() local3315 if (!foundAny) in propagateAttributes()3318 foundAny |= std::forward<F>(propagator)(To, From) != 0; in propagateAttributes()3320 if (!foundAny) in propagateAttributes()