Home | History | Annotate | Download | only in Analysis

Lines Matching refs:CA

1494       if (const auto *CA = RD->getAttr<CapabilityAttr>())
1495 return ClassifyDiagnostic(CA);
1498 if (const auto *CA = TD->getAttr<CapabilityAttr>())
1499 return ClassifyDiagnostic(CA);