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

References

tools/clang/lib/Analysis/ThreadSafety.cpp
 1700   Exp = Exp->IgnoreImplicit()->IgnoreParenCasts();
 1700   Exp = Exp->IgnoreImplicit()->IgnoreParenCasts();
 1702   SourceLocation Loc = Exp->getExprLoc();
 1706   while (const auto *DRE = dyn_cast<DeclRefExpr>(Exp)) {
 1711         if (E == Exp)
 1713         Exp = E;
 1720   if (const auto *UO = dyn_cast<UnaryOperator>(Exp)) {
 1727   if (const auto *AE = dyn_cast<ArraySubscriptExpr>(Exp)) {
 1732   if (const auto *ME = dyn_cast<MemberExpr>(Exp)) {
 1739   const ValueDecl *D = getValueDecl(Exp);
 1748     warnIfMutexNotHeld(D, Exp, AK, I->getArg(), POK,