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

References

tools/clang/include/clang/Analysis/Analyses/ThreadSafetyLogical.h
   86   Not(LExpr *Exp) : LExpr(LExpr::Not), Exp(Exp) {}
   91   static bool classof(const LExpr *E) { return E->kind() == LExpr::Not; }
tools/clang/lib/Analysis/ThreadSafetyLogical.cpp
   58   case LExpr::Not:
   83   case LExpr::Not: