|
clang 23.0.0git
|
#include "clang/Analysis/Analyses/ThreadSafetyTraverse.h"
Public Types | |
| enum | TraversalKind { TRV_Normal , TRV_Decl , TRV_Lazy , TRV_Type } |
| using | R_Ctx = TraversalKind |
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 102 of file ThreadSafetyTraverse.h.
Definition at line 121 of file ThreadSafetyTraverse.h.
| Enumerator | |
|---|---|
| TRV_Normal | |
| TRV_Decl | |
| TRV_Lazy | |
| TRV_Type | |
Definition at line 104 of file ThreadSafetyTraverse.h.
Definition at line 128 of file ThreadSafetyTraverse.h.
References TRV_Decl.
Definition at line 132 of file ThreadSafetyTraverse.h.
References TRV_Lazy.
Definition at line 124 of file ThreadSafetyTraverse.h.
References TRV_Normal.
Definition at line 135 of file ThreadSafetyTraverse.h.
References TRV_Type.