Lines Matching refs:Include
581 for (auto &Include : IncludePath) in Realize() local
582 if (Include.first == Quoted) in Realize()
583 SearchList.push_back(Include.second); in Realize()
589 for (auto &Include : IncludePath) in Realize() local
590 if (Include.first == Angled || Include.first == IndexHeaderMap) in Realize()
591 SearchList.push_back(Include.second); in Realize()
596 for (auto &Include : IncludePath) in Realize() local
597 if (Include.first == System || Include.first == ExternCSystem || in Realize()
598 (!Lang.ObjC && !Lang.CPlusPlus && Include.first == CSystem) || in Realize()
600 Include.first == CXXSystem) || in Realize()
601 (Lang.ObjC && !Lang.CPlusPlus && Include.first == ObjCSystem) || in Realize()
602 (Lang.ObjC && Lang.CPlusPlus && Include.first == ObjCXXSystem)) in Realize()
603 SearchList.push_back(Include.second); in Realize()
605 for (auto &Include : IncludePath) in Realize() local
606 if (Include.first == After) in Realize()
607 SearchList.push_back(Include.second); in Realize()