enum AccessKind

Description

This enum distinguishes between different ways to access (read or write) a variable.

Declared at: clang/include/clang/Analysis/Analyses/ThreadSafety.h:69

Enumerators

NameValueComment
AK_Read0Reading a variable.
AK_Written1Writing a variable.