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

References

tools/clang/lib/Analysis/ThreadSafety.cpp
 1293     const FactEntry *Nen = FSet.findLock(FactMan, NegC);
 1295       FSet.removeLock(FactMan, NegC);
 1307     GlobalBeforeSet->checkBeforeAfter(Entry->valueDecl(), FSet, *this,
 1312   if (const FactEntry *Cp = FSet.findLock(FactMan, *Entry)) {
 1314       Cp->handleLock(FSet, FactMan, *Entry, Handler, DiagKind);
 1316     FSet.addLock(FactMan, std::move(Entry));