clang API Documentation
Placeholder for a wildcard that matches any other expression. More...
#include <ThreadSafetyTIL.h>
Public Member Functions | |
Wildcard () | |
Wildcard (const Wildcard &W) | |
template<class V > | |
V::R_SExpr | traverse (V &Vs, typename V::R_Ctx Ctx) |
template<class C > | |
C::CType | compare (const Wildcard *E, C &Cmp) const |
Static Public Member Functions | |
static bool | classof (const SExpr *E) |
Placeholder for a wildcard that matches any other expression.
Definition at line 496 of file ThreadSafetyTIL.h.
clang::threadSafety::til::Wildcard::Wildcard | ( | ) | [inline] |
Definition at line 500 of file ThreadSafetyTIL.h.
clang::threadSafety::til::Wildcard::Wildcard | ( | const Wildcard & | W | ) | [inline] |
Definition at line 501 of file ThreadSafetyTIL.h.
static bool clang::threadSafety::til::Wildcard::classof | ( | const SExpr * | E | ) | [inline, static] |
Definition at line 498 of file ThreadSafetyTIL.h.
References clang::threadSafety::til::SExpr::opcode().
C::CType clang::threadSafety::til::Wildcard::compare | ( | const Wildcard * | E, |
C & | Cmp | ||
) | const [inline] |
Definition at line 508 of file ThreadSafetyTIL.h.
V::R_SExpr clang::threadSafety::til::Wildcard::traverse | ( | V & | Vs, |
typename V::R_Ctx | Ctx | ||
) | [inline] |
Definition at line 503 of file ThreadSafetyTIL.h.