Displaying 2 results from an estimated 2 matches for "flagexplicit".
2015 Feb 20
6
[LLVMdev] Questions before moving the new debug info hierarchy into place
...gPrivate = 1,
FlagProtected = 2,
FlagPublic = 3,
FlagFwdDecl = 1 << 2,
FlagAppleBlock = 1 << 3,
FlagBlockByrefStruct = 1 << 4,
FlagVirtual = 1 << 5,
FlagArtificial = 1 << 6,
FlagExplicit = 1 << 7,
FlagPrototyped = 1 << 8,
FlagObjcClassComplete = 1 << 9,
FlagObjectPointer = 1 << 10,
FlagVector = 1 << 11,
FlagStaticMember = 1 << 12,
FlagLValueReference = 1 << 13,
FlagRValueRefe...
2015 Feb 20
2
[LLVMdev] Questions before moving the new debug info hierarchy into place
...tected = 2,
> FlagPublic = 3,
> FlagFwdDecl = 1 << 2,
> FlagAppleBlock = 1 << 3,
> FlagBlockByrefStruct = 1 << 4,
> FlagVirtual = 1 << 5,
> FlagArtificial = 1 << 6,
> FlagExplicit = 1 << 7,
> FlagPrototyped = 1 << 8,
> FlagObjcClassComplete = 1 << 9,
> FlagObjectPointer = 1 << 10,
> FlagVector = 1 << 11,
> FlagStaticMember = 1 << 12,
> FlagLValueReference = 1 &...