enum class SymbolProperty
Description
Set of properties that provide additional info about a symbol.
Declared at: clang/include/clang/Index/IndexSymbol.h:85
Enumerators
Name | Value | Comment |
---|---|---|
Generic | 1 | |
TemplatePartialSpecialization | 2 | |
TemplateSpecialization | 4 | |
UnitTest | 8 | |
IBAnnotated | 16 | |
IBOutletCollection | 32 | |
GKInspectable | 64 | |
Local | 128 | |
ProtocolInterface | 256 | Symbol is part of a protocol interface. |