HomeSort by relevance Sort by last modified time
    Searched refs:kPreprocessor (Results 1 - 4 of 4) sorted by null

  /external/skia/tools/bookmaker/
bookmaker.h 198 kPreprocessor,
includeParser.cpp 25 { "define", KeyWord::kDefine, KeyProperty::kPreprocessor },
27 { "elif", KeyWord::kElif, KeyProperty::kPreprocessor },
28 { "else", KeyWord::kElse, KeyProperty::kPreprocessor },
29 { "endif", KeyWord::kEndif, KeyProperty::kPreprocessor },
31 { "error", KeyWord::kError, KeyProperty::kPreprocessor },
34 { "if", KeyWord::kIf, KeyProperty::kPreprocessor },
35 { "ifdef", KeyWord::kIfdef, KeyProperty::kPreprocessor },
36 { "ifndef", KeyWord::kIfndef, KeyProperty::kPreprocessor },
37 { "include", KeyWord::kInclude, KeyProperty::kPreprocessor },
636 if (KeyProperty::kPreprocessor != kKeyWords[(int) keyWord].fProperty)
    [all...]
  /external/skqp/tools/bookmaker/
bookmaker.h 198 kPreprocessor,
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)
    [all...]

Completed in 135 milliseconds