enum class ReservedIdentifierStatus

Declared at: clang/include/clang/Basic/IdentifierTable.h:43

Enumerators

NameValueComment
NotReserved0
StartsWithUnderscoreAtGlobalScope1
StartsWithUnderscoreAndIsExternC2
StartsWithDoubleUnderscore3
StartsWithUnderscoreFollowedByCapitalLetter4
ContainsDoubleUnderscore5