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

References

tools/clang/include/clang/Analysis/Analyses/ThreadSafetyLogical.h
   70   And(LExpr *LHS, LExpr *RHS) : BinOp(LHS, RHS, LExpr::And) {}
   72   static bool classof(const LExpr *E) { return E->kind() == LExpr::And; }
tools/clang/lib/Analysis/ThreadSafetyLogical.cpp
   44   case LExpr::And:
   69   case LExpr::And: