Home | History | Annotate | Download | only in Sema

Lines Matching refs:Existing

1455     // check for an existing decl?
2835 if (NoThrowAttr *Existing = D->getAttr<NoThrowAttr>()) {
2836 if (Existing->getLocation().isInvalid())
2837 Existing->setRange(Attr.getRange());
2853 if (ConstAttr *Existing = D->getAttr<ConstAttr>()) {
2854 if (Existing->getLocation().isInvalid())
2855 Existing->setRange(Attr.getRange());
4436 Attr *Existing;
4438 Existing = D->getAttr<CFUnknownTransferAttr>();
4440 Existing = D->getAttr<CFAuditedTransferAttr>();
4442 if (Existing) {
4446 << A.getRange() << Existing->getRange();
4476 // Check for an existing type with this name.
5082 /// DeclClonePragmaWeak - clone existing decl (maybe definition),
5149 } else { // just add weak to existing