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

References

tools/clang/include/clang/Analysis/Analyses/ThreadSafetyLogical.h
   77   Or(LExpr *LHS, LExpr *RHS) : BinOp(LHS, RHS, LExpr::Or) {}
   79   static bool classof(const LExpr *E) { return E->kind() == LExpr::Or; }
tools/clang/lib/Analysis/ThreadSafetyLogical.cpp
   51   case LExpr::Or:
   76   case LExpr::Or: