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

References

tools/clang/lib/Analysis/ThreadSafety.cpp
 1757     if (const auto *PE = dyn_cast<ParenExpr>(Exp)) {
 1758       Exp = PE->getSubExpr();
 1761     if (const auto *CE = dyn_cast<CastExpr>(Exp)) {
 1768       Exp = CE->getSubExpr();
 1778   const ValueDecl *D = getValueDecl(Exp);
 1784                                         Exp->getExprLoc());
 1787     warnIfMutexNotHeld(D, Exp, AK, I->getArg(), PtPOK,
 1788                        ClassifyDiagnostic(I), Exp->getExprLoc());