clang 22.0.0git
clang::threadSafety::til::SimpleReducerBase Class Reference

#include "clang/Analysis/Analyses/ThreadSafetyTraverse.h"

Inheritance diagram for clang::threadSafety::til::SimpleReducerBase:
[legend]

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)

Detailed Description

Definition at line 101 of file ThreadSafetyTraverse.h.

Member Typedef Documentation

◆ R_Ctx

Member Enumeration Documentation

◆ TraversalKind

Enumerator
TRV_Normal 
TRV_Decl 
TRV_Lazy 
TRV_Type 

Definition at line 103 of file ThreadSafetyTraverse.h.

Member Function Documentation

◆ declCtx()

R_Ctx clang::threadSafety::til::SimpleReducerBase::declCtx ( R_Ctx Ctx)
inline

Definition at line 127 of file ThreadSafetyTraverse.h.

References TRV_Decl.

◆ lazyCtx()

R_Ctx clang::threadSafety::til::SimpleReducerBase::lazyCtx ( R_Ctx Ctx)
inline

Definition at line 131 of file ThreadSafetyTraverse.h.

References TRV_Lazy.

◆ subExprCtx()

R_Ctx clang::threadSafety::til::SimpleReducerBase::subExprCtx ( R_Ctx Ctx)
inline

Definition at line 123 of file ThreadSafetyTraverse.h.

References TRV_Normal.

◆ typeCtx()

R_Ctx clang::threadSafety::til::SimpleReducerBase::typeCtx ( R_Ctx Ctx)
inline

Definition at line 134 of file ThreadSafetyTraverse.h.

References TRV_Type.


The documentation for this class was generated from the following file: