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

References

tools/clang/lib/Analysis/ThreadSafety.cpp
 1803   SourceLocation Loc = Exp->getExprLoc();
 1827                               A, Exp, D, VD);
 1840         Analyzer->getMutexIDs(AssertLocks, A, Exp, D, VD);
 1852         Analyzer->getMutexIDs(AssertLocks, A, Exp, D, VD);
 1864         Analyzer->getMutexIDs(AssertLocks, A, Exp, D, VD);
 1880           Analyzer->getMutexIDs(GenericLocksToRemove, A, Exp, D, VD);
 1882           Analyzer->getMutexIDs(SharedLocksToRemove, A, Exp, D, VD);
 1884           Analyzer->getMutexIDs(ExclusiveLocksToRemove, A, Exp, D, VD);
 1893           warnIfMutexNotHeld(D, Exp, A->isShared() ? AK_Read : AK_Written, Arg,
 1895                              Exp->getExprLoc());
 1900                                   A, Exp, D, VD);
 1909           warnIfMutexHeld(D, Exp, Arg, ClassifyDiagnostic(A));