Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/clang/lib/Sema/
H A DSemaDecl.cpp3241 bool foundAny = New->hasAttrs(); in mergeDeclAttributes() local
3245 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() local
3315 if (!foundAny) in propagateAttributes()
3318 foundAny |= std::forward<F>(propagator)(To, From) != 0; in propagateAttributes()
3320 if (!foundAny) in propagateAttributes()