Searched refs:IgnoreSysRoot (Results 1 – 4 of 4) sorted by relevance
55 unsigned IgnoreSysRoot : 1; member60 IgnoreSysRoot(ignoreSysRoot) {} in Entry()182 bool IsFramework, bool IgnoreSysRoot) { in AddPath() argument183 UserEntries.push_back(Entry(Path, Group, IsFramework, IgnoreSysRoot)); in AddPath()
688 if (E.IgnoreSysRoot) { in ApplyHeaderSearchOptions()
4755 bool IgnoreSysRoot = Record[Idx++]; in ParseHeaderSearchOptions() local4757 HeaderSearchOptions::Entry(Path, Group, IsFramework, IgnoreSysRoot)); in ParseHeaderSearchOptions()
1326 Record.push_back(Entry.IgnoreSysRoot); in WriteControlBlock()