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

References

tools/clang/lib/Analysis/ThreadSafety.cpp
 1427   if (!Cond)
 1430   if (const auto *CallExp = dyn_cast<CallExpr>(Cond)) {
 1435   else if (const auto *PE = dyn_cast<ParenExpr>(Cond))
 1437   else if (const auto *CE = dyn_cast<ImplicitCastExpr>(Cond))
 1439   else if (const auto *FE = dyn_cast<FullExpr>(Cond))
 1441   else if (const auto *DRE = dyn_cast<DeclRefExpr>(Cond)) {
 1445   else if (const auto *UOP = dyn_cast<UnaryOperator>(Cond)) {
 1452   else if (const auto *BOP = dyn_cast<BinaryOperator>(Cond)) {
 1476   } else if (const auto *COP = dyn_cast<ConditionalOperator>(Cond)) {