clang API Documentation
Call a function (after all arguments have been applied). More...
#include <ThreadSafetyTIL.h>
Public Member Functions | |
Call (SExpr *T, const clang::CallExpr *Ce=nullptr) | |
Call (const Call &C, SExpr *T) | |
SExpr * | target () |
const SExpr * | target () const |
const clang::CallExpr * | clangCallExpr () const |
template<class V > | |
V::R_SExpr | traverse (V &Vs, typename V::R_Ctx Ctx) |
template<class C > | |
C::CType | compare (const Call *E, C &Cmp) const |
Static Public Member Functions | |
static bool | classof (const SExpr *E) |
Call a function (after all arguments have been applied).
Definition at line 963 of file ThreadSafetyTIL.h.
clang::threadSafety::til::Call::Call | ( | SExpr * | T, |
const clang::CallExpr * | Ce = nullptr |
||
) | [inline] |
Definition at line 967 of file ThreadSafetyTIL.h.
clang::threadSafety::til::Call::Call | ( | const Call & | C, |
SExpr * | T | ||
) | [inline] |
Definition at line 969 of file ThreadSafetyTIL.h.
const clang::CallExpr* clang::threadSafety::til::Call::clangCallExpr | ( | ) | const [inline] |
Definition at line 974 of file ThreadSafetyTIL.h.
static bool clang::threadSafety::til::Call::classof | ( | const SExpr * | E | ) | [inline, static] |
Definition at line 965 of file ThreadSafetyTIL.h.
References clang::threadSafety::til::SExpr::opcode().
C::CType clang::threadSafety::til::Call::compare | ( | const Call * | E, |
C & | Cmp | ||
) | const [inline] |
Definition at line 983 of file ThreadSafetyTIL.h.
References target().
SExpr* clang::threadSafety::til::Call::target | ( | ) | [inline] |
Definition at line 971 of file ThreadSafetyTIL.h.
Referenced by compare(), and clang::threadSafety::til::PrettyPrinter< StdPrinter, std::ostream >::printCall().
const SExpr* clang::threadSafety::til::Call::target | ( | ) | const [inline] |
Definition at line 972 of file ThreadSafetyTIL.h.
V::R_SExpr clang::threadSafety::til::Call::traverse | ( | V & | Vs, |
typename V::R_Ctx | Ctx | ||
) | [inline] |
Definition at line 977 of file ThreadSafetyTIL.h.