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

References

tools/clang/lib/Analysis/ThreadSafety.cpp
 1812     if (const auto *CD = dyn_cast<const CXXConstructorDecl>(D)) {
 1819   for(const Attr *At : D->attrs()) {
 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,
 1900                                   A, Exp, D, VD);
 1909           warnIfMutexHeld(D, Exp, Arg, ClassifyDiagnostic(A));
 1921   bool Dtor = isa<CXXDestructorDecl>(D);