clang 20.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 101 of file ThreadSafetyTraverse.h.
Definition at line 120 of file ThreadSafetyTraverse.h.
Enumerator | |
---|---|
TRV_Normal | |
TRV_Decl | |
TRV_Lazy | |
TRV_Type |
Definition at line 103 of file ThreadSafetyTraverse.h.
Definition at line 127 of file ThreadSafetyTraverse.h.
References TRV_Decl.
Definition at line 131 of file ThreadSafetyTraverse.h.
References TRV_Lazy.
Definition at line 123 of file ThreadSafetyTraverse.h.
References TRV_Normal.
Definition at line 134 of file ThreadSafetyTraverse.h.
References TRV_Type.