Searched refs:IgnoreSysRoot (Results 1 – 4 of 4) sorted by relevance
55 unsigned IgnoreSysRoot : 1; member60 IgnoreSysRoot(ignoreSysRoot) {} in Entry()175 bool IsFramework, bool IgnoreSysRoot) { in AddPath() argument176 UserEntries.push_back(Entry(Path, Group, IsFramework, IgnoreSysRoot)); in AddPath()
691 if (E.IgnoreSysRoot) { in ApplyHeaderSearchOptions()
4637 bool IgnoreSysRoot = Record[Idx++]; in ParseHeaderSearchOptions() local4639 HeaderSearchOptions::Entry(Path, Group, IsFramework, IgnoreSysRoot)); in ParseHeaderSearchOptions()
1187 Record.push_back(Entry.IgnoreSysRoot); in WriteControlBlock()