Searched refs:kEnumClass (Results 1 – 8 of 8) sorted by relevance
/external/skqp/tools/bookmaker/ |
D | bookmaker.h | 116 kEnumClass, enumerator
|
D | mdOut.cpp | 864 if (MarkType::kEnumClass == def->fMarkType) { in childrenOut() 875 if (def->isStructOrClass() || MarkType::kEnumClass == def->fMarkType) { in childrenOut() 890 if (MarkType::kEnumClass == def->fMarkType) { in childrenOut() 1400 case MarkType::kEnumClass: in markTypeOut() 1634 || MarkType::kEnumClass == grand->fMarkType in markTypeOut() 1882 case MarkType::kEnumClass: in markTypeOut() 2041 if (MarkType::kEnum == def->fMarkType || MarkType::kEnumClass == def->fMarkType) { in populateOne() 2126 if (MarkType::kEnum == child->fMarkType || MarkType::kEnumClass == child->fMarkType) { in populateTables() 2312 || MarkType::kEnumClass == def->fMarkType; } ); in subtopicOut() 2360 && MarkType::kEnumClass == entry->fParent->fMarkType in subtopicOut()
|
D | bmhParser.cpp | 53 , { "EnumClass", MarkType::kEnumClass, R_Y, E_O, M_CSST } 136 case MarkType::kEnumClass: in addDefinition() 170 || MarkType::kEnumClass == markType) { in addDefinition() 783 || MarkType::kEnumClass == fParent->fMarkType)) { in className() 1200 || MarkType::kEnumClass == parent->fMarkType ? &parent->asRoot()->fNames : in setUpGlobalSubstitutes() 1351 || MarkType::kEnumClass == markType || MarkType::kConst == markType in setUpSubstitutes() 1360 || MarkType::kEnumClass == markType) { in setUpSubstitutes() 1855 MarkType::kEnumClass == test->fMarkType || in parentSpace() 2122 case MarkType::kEnumClass: in typeName()
|
D | bmhParser.h | 57 , { &fClassMap, MarkType::kEnumClass } in BmhParser()
|
D | spellCheck.cpp | 191 case MarkType::kEnumClass: in check() 334 case MarkType::kEnumClass: in check()
|
D | includeParser.h | 87 , { &fIEnumMap, MarkType::kEnumClass } in IncludeParser() 140 if (MarkType::kEnum == markType || MarkType::kEnumClass == markType) { in codeBlock()
|
D | includeParser.cpp | 472 && MarkType::kEnumClass != fPreviousMarkType) in writeCodeBlock() 487 if (MarkType::kEnum == iDef.fMarkType || MarkType::kEnumClass == iDef.fMarkType in writeCodeBlock() 889 case MarkType::kEnumClass: in checkTokens() 986 string constName = MarkType::kEnumClass == token.fMarkType ? in checkTokens() 1192 case MarkType::kEnumClass: in dumpClassTokens() 1427 case MarkType::kEnumClass: in dumpGlobals() 2321 markupChild->fMarkType = MarkType::kEnumClass; in parseEnum()
|
D | includeWriter.cpp | 2240 MarkType::kEnumClass == child->fMarkType) && (match == child->fName || in resolveRef() 2258 MarkType::kEnumClass == child->fMarkType) { in resolveRef() 2285 MarkType::kEnumClass == parent->fMarkType) { in resolveRef()
|