Home | History | Annotate | Download | only in Sema

Lines Matching refs:Sentinel

2107   if (SentinelAttr *Sentinel = FunctionOrMethod->getAttr<SentinelAttr>())
2108 if (Sentinel->getSentinel() == 0) {