Searched refs:startDef (Results 1 – 1 of 1) sorted by relevance
1265 static bool find_start(const Definition* startDef, const char* start) { in find_start() argument1266 for (const auto& child : startDef->fTokens) { in find_start()1305 const Definition* startDef = nullptr; in populate() local1329 startDef = &child; in populate()1511 startDef = &child; in populate()1596 startDef = requireDense ? requireDense : &child; in populate()1598 startDef = requireDense; in populate()1601 startDef = &child; in populate()1811 if (startDef) { in populate()1812 fPendingMethod = find_start(startDef, fStart); in populate()[all …]