clang  3.7.0
Public Types | Public Member Functions | List of all members
clang::threadSafety::til::SimpleReducerBase Class Reference

#include <ThreadSafetyTraverse.h>

Inheritance diagram for clang::threadSafety::til::SimpleReducerBase:
[legend]

Public Types

enum  TraversalKind { TRV_Normal, TRV_Decl, TRV_Lazy, TRV_Type }
 
typedef TraversalKind R_Ctx
 

Public Member Functions

R_Ctx subExprCtx (R_Ctx Ctx)
 
R_Ctx declCtx (R_Ctx Ctx)
 
R_Ctx lazyCtx (R_Ctx Ctx)
 
R_Ctx typeCtx (R_Ctx Ctx)
 

Detailed Description

Definition at line 97 of file ThreadSafetyTraverse.h.

Member Typedef Documentation

Definition at line 109 of file ThreadSafetyTraverse.h.

Member Enumeration Documentation

Enumerator
TRV_Normal 
TRV_Decl 
TRV_Lazy 
TRV_Type 

Definition at line 99 of file ThreadSafetyTraverse.h.

Member Function Documentation

R_Ctx clang::threadSafety::til::SimpleReducerBase::declCtx ( R_Ctx  Ctx)
inline

Definition at line 116 of file ThreadSafetyTraverse.h.

References TRV_Decl.

R_Ctx clang::threadSafety::til::SimpleReducerBase::lazyCtx ( R_Ctx  Ctx)
inline

Definition at line 120 of file ThreadSafetyTraverse.h.

References TRV_Lazy.

R_Ctx clang::threadSafety::til::SimpleReducerBase::subExprCtx ( R_Ctx  Ctx)
inline

Definition at line 112 of file ThreadSafetyTraverse.h.

References TRV_Normal.

R_Ctx clang::threadSafety::til::SimpleReducerBase::typeCtx ( R_Ctx  Ctx)
inline

Definition at line 123 of file ThreadSafetyTraverse.h.

References TRV_Type.


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