|
clang
5.0.0
|
#include "clang/Analysis/Analyses/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 97 of file ThreadSafetyTraverse.h.
Definition at line 109 of file ThreadSafetyTraverse.h.
| Enumerator | |
|---|---|
| TRV_Normal | |
| TRV_Decl | |
| TRV_Lazy | |
| TRV_Type | |
Definition at line 99 of file ThreadSafetyTraverse.h.
Definition at line 116 of file ThreadSafetyTraverse.h.
References TRV_Decl.
Definition at line 120 of file ThreadSafetyTraverse.h.
References TRV_Lazy.
Definition at line 112 of file ThreadSafetyTraverse.h.
References TRV_Normal.
Definition at line 123 of file ThreadSafetyTraverse.h.
References TRV_Type.
1.8.6