|
clang
3.8.0
|
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) |
|
inline |
Definition at line 43 of file ThreadSafetyCommon.h.
References clang::threadSafety::til::EqualsComparator::compareExprs().
Referenced by clang::threadSafety::CapabilityExpr::equals(), and clang::Diagnostic::FormatDiagnostic().
|
inline |
Definition at line 47 of file ThreadSafetyCommon.h.
References clang::threadSafety::til::MatchComparator::compareExprs().
Referenced by clang::ast_matchers::AST_MATCHER_P_OVERLOAD(), and clang::threadSafety::CapabilityExpr::matches().
|
inline |
Definition at line 59 of file ThreadSafetyCommon.h.
Referenced by clang::threadSafety::CapabilityExpr::partiallyMatches().
|
inline |
Definition at line 69 of file ThreadSafetyCommon.h.
References clang::threadSafety::til::PrettyPrinter< StdPrinter, std::ostream >::print().
Referenced by clang::threadSafety::CapabilityExpr::toString().
1.8.6