clang API Documentation
Functions | |
| bool | equals (const til::SExpr *E1, const til::SExpr *E2) |
| bool | matches (const til::SExpr *E1, const til::SExpr *E2) |
| bool | partiallyMatches (const til::SExpr *E1, const til::SExpr *E2) |
| std::string | toString (const til::SExpr *E) |
| bool clang::threadSafety::sx::equals | ( | const til::SExpr * | E1, |
| const til::SExpr * | E2 | ||
| ) | [inline] |
Definition at line 44 of file ThreadSafetyCommon.h.
References clang::threadSafety::til::EqualsComparator::compareExprs().
| bool clang::threadSafety::sx::matches | ( | const til::SExpr * | E1, |
| const til::SExpr * | E2 | ||
| ) | [inline] |
Definition at line 48 of file ThreadSafetyCommon.h.
References clang::threadSafety::til::MatchComparator::compareExprs().
Referenced by clang::ast_matchers::AST_MATCHER_P_OVERLOAD(), and clang::threadSafety::FactSet::removeLock().
| bool clang::threadSafety::sx::partiallyMatches | ( | const til::SExpr * | E1, |
| const til::SExpr * | E2 | ||
| ) | [inline] |
Definition at line 60 of file ThreadSafetyCommon.h.
| std::string clang::threadSafety::sx::toString | ( | const til::SExpr * | E | ) | [inline] |
Definition at line 70 of file ThreadSafetyCommon.h.
References clang::threadSafety::til::PrettyPrinter< StdPrinter, std::ostream >::print().
Referenced by clang::threadSafety::ScopedLockableFactEntry::handleRemovalFromIntersection().