clang
3.9.0
|
#include <ThreadSafetyCommon.h>
Public Member Functions | |
CapabilityExpr (const til::SExpr *E, bool Neg) | |
const til::SExpr * | sexpr () const |
bool | negative () const |
CapabilityExpr | operator! () const |
bool | equals (const CapabilityExpr &other) const |
bool | matches (const CapabilityExpr &other) const |
bool | matchesUniv (const CapabilityExpr &CapE) const |
bool | partiallyMatches (const CapabilityExpr &other) const |
const ValueDecl * | valueDecl () const |
std::string | toString () const |
bool | shouldIgnore () const |
bool | isInvalid () const |
bool | isUniversal () const |
Definition at line 253 of file ThreadSafetyCommon.h.
|
inline |
Definition at line 263 of file ThreadSafetyCommon.h.
Referenced by operator!().
|
inline |
Definition at line 272 of file ThreadSafetyCommon.h.
References clang::threadSafety::sx::equals().
|
inline |
Definition at line 307 of file ThreadSafetyCommon.h.
References sexpr().
|
inline |
Definition at line 309 of file ThreadSafetyCommon.h.
References sexpr().
Referenced by matchesUniv().
|
inline |
Definition at line 276 of file ThreadSafetyCommon.h.
References clang::threadSafety::sx::matches().
Referenced by matchesUniv().
|
inline |
Definition at line 280 of file ThreadSafetyCommon.h.
References isUniversal(), and matches().
|
inline |
Definition at line 266 of file ThreadSafetyCommon.h.
|
inline |
Definition at line 268 of file ThreadSafetyCommon.h.
References CapabilityExpr().
|
inline |
Definition at line 284 of file ThreadSafetyCommon.h.
References clang::threadSafety::sx::partiallyMatches().
|
inline |
Definition at line 265 of file ThreadSafetyCommon.h.
Referenced by isInvalid(), and isUniversal().
|
inline |
Definition at line 305 of file ThreadSafetyCommon.h.
|
inline |
Definition at line 299 of file ThreadSafetyCommon.h.
References clang::threadSafety::sx::toString().
|
inline |
Definition at line 289 of file ThreadSafetyCommon.h.
References P.
Referenced by clang::threadSafety::BeforeSet::insertAttrExprs().