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