clang API Documentation

Public Member Functions | Static Public Member Functions
clang::threadSafety::til::Call Class Reference

Call a function (after all arguments have been applied). More...

#include <ThreadSafetyTIL.h>

Inheritance diagram for clang::threadSafety::til::Call:
Inheritance graph
[legend]
Collaboration diagram for clang::threadSafety::til::Call:
Collaboration graph
[legend]

List of all members.

Public Member Functions

 Call (SExpr *T, const clang::CallExpr *Ce=nullptr)
 Call (const Call &C, SExpr *T)
SExprtarget ()
const SExprtarget () const
const clang::CallExprclangCallExpr () 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)

Detailed Description

Call a function (after all arguments have been applied).

Definition at line 963 of file ThreadSafetyTIL.h.


Constructor & Destructor Documentation

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.


Member Function Documentation

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().

template<class C >
C::CType clang::threadSafety::til::Call::compare ( const Call E,
C &  Cmp 
) const [inline]

Definition at line 983 of file ThreadSafetyTIL.h.

References target().

const SExpr* clang::threadSafety::til::Call::target ( ) const [inline]

Definition at line 972 of file ThreadSafetyTIL.h.

template<class V >
V::R_SExpr clang::threadSafety::til::Call::traverse ( V &  Vs,
typename V::R_Ctx  Ctx 
) [inline]

Definition at line 977 of file ThreadSafetyTIL.h.


The documentation for this class was generated from the following file: