Searched refs:KeyProperty (Results 1 – 3 of 3) sorted by relevance
/external/skqp/tools/bookmaker/ |
D | includeParser.cpp | 15 { "", KeyWord::kNone, KeyProperty::kNone }, 16 { "SK_API", KeyWord::kSK_API, KeyProperty::kModifier }, 17 { "SK_BEGIN_REQUIRE_DENSE", KeyWord::kSK_BEGIN_REQUIRE_DENSE, KeyProperty::kModifier }, 18 { "alignas", KeyWord::kAlignAs, KeyProperty::kModifier }, 19 { "bool", KeyWord::kBool, KeyProperty::kNumber }, 20 { "char", KeyWord::kChar, KeyProperty::kNumber }, 21 { "class", KeyWord::kClass, KeyProperty::kObject }, 22 { "const", KeyWord::kConst, KeyProperty::kModifier }, 23 { "constexpr", KeyWord::kConstExpr, KeyProperty::kModifier }, 24 { "define", KeyWord::kDefine, KeyProperty::kPreprocessor }, [all …]
|
D | bookmaker.h | 191 enum class KeyProperty { enum 204 KeyProperty fProperty;
|
D | includeWriter.cpp | 1369 if (KeyProperty::kNumber == includeKey.fProperty) { in populate()
|