clang API Documentation

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

Project a named slot from a C++ struct or class. More...

#include <ThreadSafetyTIL.h>

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

List of all members.

Public Member Functions

 Project (SExpr *R, StringRef SName)
 Project (SExpr *R, const clang::ValueDecl *Cvd)
 Project (const Project &P, SExpr *R)
SExprrecord ()
const SExprrecord () const
const clang::ValueDeclclangDecl () const
bool isArrow () const
void setArrow (bool b)
StringRef slotName () const
template<class V >
V::R_SExpr traverse (V &Vs, typename V::R_Ctx Ctx)
template<class C >
C::CType compare (const Project *E, C &Cmp) const

Static Public Member Functions

static bool classof (const SExpr *E)

Detailed Description

Project a named slot from a C++ struct or class.

Definition at line 909 of file ThreadSafetyTIL.h.


Constructor & Destructor Documentation

clang::threadSafety::til::Project::Project ( SExpr R,
StringRef  SName 
) [inline]

Definition at line 913 of file ThreadSafetyTIL.h.

Definition at line 916 of file ThreadSafetyTIL.h.

clang::threadSafety::til::Project::Project ( const Project P,
SExpr R 
) [inline]

Definition at line 919 of file ThreadSafetyTIL.h.


Member Function Documentation

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

Definition at line 911 of file ThreadSafetyTIL.h.

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

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

Definition at line 948 of file ThreadSafetyTIL.h.

References record().

Definition at line 924 of file ThreadSafetyTIL.h.

Definition at line 929 of file ThreadSafetyTIL.h.

References clang::threadSafety::til::SExpr::Flags.

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

Definition at line 942 of file ThreadSafetyTIL.h.


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