Searched refs:kTypedef (Results 1 – 8 of 8) sorted by relevance
/external/skqp/tools/bookmaker/ |
D | bookmaker.h | 88 kTypedef, enumerator 157 kTypedef, enumerator
|
D | bmhParser.h | 61 , { &fTypedefMap, MarkType::kTypedef } in BmhParser()
|
D | includeParser.h | 90 , { &fITypedefMap, MarkType::kTypedef } in IncludeParser() 145 if (MarkType::kTypedef == markType) { in codeBlock()
|
D | includeParser.cpp | 48 { "typedef", KeyWord::kTypedef, KeyProperty::kObject }, 578 || MarkType::kTypedef == markType || '}' == result.back()); in writeCodeBlock() 1023 case MarkType::kTypedef: in checkTokens() 1205 case MarkType::kTypedef: in dumpClassTokens() 1433 case MarkType::kTypedef: { in dumpGlobals() 2737 case KeyWord::kTypedef: in parseObject() 2874 fGlobals.emplace_back(MarkType::kTypedef, child->fContentStart, child->fContentEnd, in parseTypedef() 2890 markupDef->fTokens.emplace_back(MarkType::kTypedef, child->fContentStart, child->fContentEnd, in parseTypedef()
|
D | mdOut.cpp | 954 if (child->isStructOrClass() || MarkType::kTypedef == child->fMarkType) { in csParent() 1207 if (KeyWord::kTypedef == member->fKeyWord) { in addCodeBlock() 1635 || MarkType::kTypedef == grand->fMarkType in markTypeOut() 1821 case MarkType::kTypedef: in markTypeOut() 2053 if (MarkType::kTypedef == def->fMarkType) { in populateOne()
|
D | bmhParser.cpp | 95 , { "Typedef", MarkType::kTypedef, R_Y, E_O, M_CSST | M_E } 140 case MarkType::kTypedef: { in addDefinition() 1353 || MarkType::kTypedef == markType) { in setUpSubstitutes() 2181 case MarkType::kTypedef: in typeName() 2239 return uniqueRootName(builder, MarkType::kTypedef); in typedefName()
|
D | spellCheck.cpp | 311 case MarkType::kTypedef: in check()
|
D | includeWriter.cpp | 1768 case KeyWord::kTypedef: in populate() 2238 MarkType::kTypedef == child->fMarkType || in resolveRef()
|