Lines Matching refs:Include
560 for (auto &Include : IncludePath) in Realize() local
561 if (Include.first == Quoted) in Realize()
562 SearchList.push_back(Include.second); in Realize()
568 for (auto &Include : IncludePath) in Realize() local
569 if (Include.first == Angled || Include.first == IndexHeaderMap) in Realize()
570 SearchList.push_back(Include.second); in Realize()
575 for (auto &Include : IncludePath) in Realize() local
576 if (Include.first == System || Include.first == ExternCSystem || in Realize()
577 (!Lang.ObjC && !Lang.CPlusPlus && Include.first == CSystem) || in Realize()
579 Include.first == CXXSystem) || in Realize()
580 (Lang.ObjC && !Lang.CPlusPlus && Include.first == ObjCSystem) || in Realize()
581 (Lang.ObjC && Lang.CPlusPlus && Include.first == ObjCXXSystem)) in Realize()
582 SearchList.push_back(Include.second); in Realize()
584 for (auto &Include : IncludePath) in Realize() local
585 if (Include.first == After) in Realize()
586 SearchList.push_back(Include.second); in Realize()