clang
7.0.0
|
#include "clang/Analysis/Analyses/ThreadSafetyTraverse.h"
Classes | |
class | Container |
Public Types | |
using | R_SExpr = SExpr * |
using | R_BasicBlock = BasicBlock * |
![]() | |
enum | TraversalKind { TRV_Normal, TRV_Decl, TRV_Lazy, TRV_Type } |
using | R_Ctx = TraversalKind |
Public Member Functions | |
CopyReducerBase (MemRegionRef A) | |
![]() | |
R_Ctx | subExprCtx (R_Ctx Ctx) |
R_Ctx | declCtx (R_Ctx Ctx) |
R_Ctx | lazyCtx (R_Ctx Ctx) |
R_Ctx | typeCtx (R_Ctx Ctx) |
Protected Attributes | |
MemRegionRef | Arena |
Definition at line 139 of file ThreadSafetyTraverse.h.
Definition at line 144 of file ThreadSafetyTraverse.h.
Definition at line 143 of file ThreadSafetyTraverse.h.
|
inline |
Definition at line 159 of file ThreadSafetyTraverse.h.
|
protected |
Definition at line 162 of file ThreadSafetyTraverse.h.