Searched refs:kPreprocessor (Results 1 – 2 of 2) sorted by relevance
/external/skqp/tools/bookmaker/ |
D | bookmaker.h | 198 kPreprocessor, enumerator
|
D | includeParser.cpp | 24 { "define", KeyWord::kDefine, KeyProperty::kPreprocessor }, 26 { "elif", KeyWord::kElif, KeyProperty::kPreprocessor }, 27 { "else", KeyWord::kElse, KeyProperty::kPreprocessor }, 28 { "endif", KeyWord::kEndif, KeyProperty::kPreprocessor }, 30 { "error", KeyWord::kError, KeyProperty::kPreprocessor }, 33 { "if", KeyWord::kIf, KeyProperty::kPreprocessor }, 34 { "ifdef", KeyWord::kIfdef, KeyProperty::kPreprocessor }, 35 { "ifndef", KeyWord::kIfndef, KeyProperty::kPreprocessor }, 36 { "include", KeyWord::kInclude, KeyProperty::kPreprocessor }, 635 if (KeyProperty::kPreprocessor != kKeyWords[(int) keyWord].fProperty) { in checkForWord()
|