reference, declarationdefinition
definition → references, declarations, derived classes, virtual overrides
reference to multiple definitions → definitions
unreferenced

References

tools/clang/lib/Analysis/ThreadSafety.cpp
 1287   if (Entry->shouldIgnore())
 1290   if (!ReqAttr && !Entry->negative()) {
 1292     CapabilityExpr NegC = !*Entry;
 1298       if (inCurrentScope(*Entry) && !Entry->asserted())
 1298       if (inCurrentScope(*Entry) && !Entry->asserted())
 1299         Handler.handleNegativeNotHeld(DiagKind, Entry->toString(),
 1300                                       NegC.toString(), Entry->loc());
 1306       !Entry->asserted() && !Entry->declared()) {
 1306       !Entry->asserted() && !Entry->declared()) {
 1307     GlobalBeforeSet->checkBeforeAfter(Entry->valueDecl(), FSet, *this,
 1308                                       Entry->loc(), DiagKind);
 1312   if (const FactEntry *Cp = FSet.findLock(FactMan, *Entry)) {
 1313     if (!Entry->asserted())
 1314       Cp->handleLock(FSet, FactMan, *Entry, Handler, DiagKind);
 1316     FSet.addLock(FactMan, std::move(Entry));