Searched refs:shouldSkip (Results 1 – 3 of 3) sorted by relevance
123 bool shouldSkip(const APIRecord &Record) const;
733 bool SymbolGraphSerializer::shouldSkip(const APIRecord &Record) const { in shouldSkip() function in SymbolGraphSerializer753 if (shouldSkip(Record)) in serializeAPIRecord()
1198 static bool shouldSkip(SectionCommand *cmd) { in shouldSkip() function1272 while (i != e && shouldSkip(*i)) in findOrphanPos()1599 std::find_if(i, e, [](SectionCommand *cmd) { return !shouldSkip(cmd); }); in sortOrphanSections()