clang API Documentation

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

#include <ThreadSafetyTIL.h>

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

List of all members.

Public Member Functions

 SFunction (Variable *Vd, SExpr *B)
 SFunction (const SFunction &F, Variable *Vd, SExpr *B)
VariablevariableDecl ()
const VariablevariableDecl () const
SExprbody ()
const SExprbody () const
template<class V >
V::R_SExpr traverse (V &Vs, typename V::R_Ctx Ctx)
template<class C >
C::CType compare (const SFunction *E, C &Cmp) const

Static Public Member Functions

static bool classof (const SExpr *E)

Detailed Description

A self-applicable function. A self-applicable function can be applied to itself. It's useful for implementing objects and late binding.

Definition at line 707 of file ThreadSafetyTIL.h.


Constructor & Destructor Documentation

clang::threadSafety::til::SFunction::SFunction ( const SFunction F,
Variable Vd,
SExpr B 
) [inline]

Member Function Documentation

Definition at line 728 of file ThreadSafetyTIL.h.

static bool clang::threadSafety::til::SFunction::classof ( const SExpr E) [inline, static]

Definition at line 709 of file ThreadSafetyTIL.h.

References clang::threadSafety::til::SExpr::opcode().

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

Definition at line 743 of file ThreadSafetyTIL.h.

References body(), and variableDecl().

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

Definition at line 731 of file ThreadSafetyTIL.h.

References clang::threadSafety::til::Variable::traverse().

Definition at line 725 of file ThreadSafetyTIL.h.


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