Searched refs:IgnoreSysRoot (Results 1 – 5 of 5) sorted by relevance
77 unsigned IgnoreSysRoot : 1; member82 IgnoreSysRoot(ignoreSysRoot) {} in Entry()217 bool IsFramework, bool IgnoreSysRoot) { in AddPath() argument218 UserEntries.emplace_back(Path, Group, IsFramework, IgnoreSysRoot); in AddPath()
651 if (E.IgnoreSysRoot) { in ApplyHeaderSearchOptions()
496 Entry.IgnoreSysRoot ? Entry.Path : HSOpts.Sysroot + Entry.Path); in initTargetOptions()
5336 bool IgnoreSysRoot = Record[Idx++]; in ParseHeaderSearchOptions() local5338 IgnoreSysRoot); in ParseHeaderSearchOptions()
1649 Record.push_back(Entry.IgnoreSysRoot); in WriteControlBlock()