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

References

tools/clang/lib/Analysis/ThreadSafety.cpp
  198       if (!FactMan[FID].negative())
  218       if (FM[FactIDs[i]].matches(CapE)) {
  224     if (FM[FactIDs[n-1]].matches(CapE)) {
  233       return FM[ID].matches(CapE);
  239       return FM[ID].matches(CapE);
  241     return I != end() ? &FM[*I] : nullptr;
  247       return FM[ID].matchesUniv(CapE);
  249     return I != end() ? &FM[*I] : nullptr;
  255       return FM[ID].partiallyMatches(CapE);
  257     return I != end() ? &FM[*I] : nullptr;
  262       return FM[ID].valueDecl() == Vd;
 2196     const FactEntry *LDat2 = &FactMan[Fact];
 2198     if (Iter1 != FSet1.end()) LDat1 = &FactMan[*Iter1];
 2221     const FactEntry *LDat1 = &FactMan[Fact];