Searched defs:kValue (Results 1 – 2 of 2) sorted by relevance
210 static constexpr uint32_t kValue = kAccCopied | kAccAbstract; in IsMiranda() local221 static constexpr uint32_t kValue = kAccCopied | kAccAbstract | kAccDefault; in IsDefaultConflicting() local240 static constexpr uint32_t kValue = kAccCompileDontBother | kAccPreCompiled; in IsPreCompiled() local
302 enum class Target : uint8_t { kNull, kValue, kSelf }; enumerator