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

References

tools/clang/include/clang/Analysis/Analyses/ThreadSafetyLogical.h
   51   static bool classof(const LExpr *E) { return E->kind() == LExpr::Terminal; }
   72   static bool classof(const LExpr *E) { return E->kind() == LExpr::And; }
   79   static bool classof(const LExpr *E) { return E->kind() == LExpr::Or; }
   91   static bool classof(const LExpr *E) { return E->kind() == LExpr::Not; }
tools/clang/lib/Analysis/ThreadSafetyLogical.cpp
   43   switch (RHS->kind()) {
   68   switch (LHS->kind()) {