clang API Documentation
#include <ThreadSafetyTraverse.h>
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) |
Definition at line 98 of file ThreadSafetyTraverse.h.
Definition at line 110 of file ThreadSafetyTraverse.h.
Definition at line 100 of file ThreadSafetyTraverse.h.
R_Ctx clang::threadSafety::til::SimpleReducerBase::declCtx | ( | R_Ctx | Ctx | ) | [inline] |
Definition at line 117 of file ThreadSafetyTraverse.h.
References TRV_Decl.
R_Ctx clang::threadSafety::til::SimpleReducerBase::lazyCtx | ( | R_Ctx | Ctx | ) | [inline] |
Definition at line 121 of file ThreadSafetyTraverse.h.
References TRV_Lazy.
R_Ctx clang::threadSafety::til::SimpleReducerBase::subExprCtx | ( | R_Ctx | Ctx | ) | [inline] |
Definition at line 113 of file ThreadSafetyTraverse.h.
References TRV_Normal.
R_Ctx clang::threadSafety::til::SimpleReducerBase::typeCtx | ( | R_Ctx | Ctx | ) | [inline] |
Definition at line 124 of file ThreadSafetyTraverse.h.
References TRV_Type.