clang 19.0.0git
Classes | Public Types | List of all members
clang::threadSafety::til::VisitReducerBase Class Reference

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

Inheritance diagram for clang::threadSafety::til::VisitReducerBase:
Inheritance graph
[legend]

Classes

class  Container
 

Public Types

using R_SExpr = bool
 
using R_BasicBlock = bool
 
- Public Types inherited from clang::threadSafety::til::SimpleReducerBase
enum  TraversalKind { TRV_Normal , TRV_Decl , TRV_Lazy , TRV_Type }
 
using R_Ctx = TraversalKind
 

Additional Inherited Members

- Public Member Functions inherited from clang::threadSafety::til::SimpleReducerBase
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 165 of file ThreadSafetyTraverse.h.

Member Typedef Documentation

◆ R_BasicBlock

Definition at line 169 of file ThreadSafetyTraverse.h.

◆ R_SExpr

Definition at line 168 of file ThreadSafetyTraverse.h.


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