Lines Matching refs:Inc
368 for (const auto &Inc : It->second) in insert() local
369 if (Inc.Directive == Directive && in insert()
370 ((IsAngled && StringRef(Inc.Name).starts_with("<")) || in insert()
371 (!IsAngled && StringRef(Inc.Name).starts_with("\"")))) in insert()
384 for (const auto *Inc : Iter->second) { in insert() local
385 if (QuotedName < Inc->Name) { in insert()
386 InsertOffset = Inc->R.getOffset(); in insert()
412 for (const auto &Inc : Iter->second) { in remove() local
413 if ((IsAngled && StringRef(Inc.Name).starts_with("\"")) || in remove()
414 (!IsAngled && StringRef(Inc.Name).starts_with("<"))) in remove()
417 FileName, Inc.R.getOffset(), Inc.R.getLength(), "")); in remove()