Home
last modified time | relevance | path

Searched refs:IgnoreSysRoot (Results 1 – 5 of 5) sorted by relevance

/freebsd-12.1/contrib/llvm/tools/clang/include/clang/Lex/
H A DHeaderSearchOptions.h77 unsigned IgnoreSysRoot : 1; member
82 IgnoreSysRoot(ignoreSysRoot) {} in Entry()
217 bool IsFramework, bool IgnoreSysRoot) { in AddPath() argument
218 UserEntries.emplace_back(Path, Group, IsFramework, IgnoreSysRoot); in AddPath()
/freebsd-12.1/contrib/llvm/tools/clang/lib/Frontend/
H A DInitHeaderSearch.cpp651 if (E.IgnoreSysRoot) { in ApplyHeaderSearchOptions()
/freebsd-12.1/contrib/llvm/tools/clang/lib/CodeGen/
H A DBackendUtil.cpp496 Entry.IgnoreSysRoot ? Entry.Path : HSOpts.Sysroot + Entry.Path); in initTargetOptions()
/freebsd-12.1/contrib/llvm/tools/clang/lib/Serialization/
H A DASTReader.cpp5336 bool IgnoreSysRoot = Record[Idx++]; in ParseHeaderSearchOptions() local
5338 IgnoreSysRoot); in ParseHeaderSearchOptions()
H A DASTWriter.cpp1649 Record.push_back(Entry.IgnoreSysRoot); in WriteControlBlock()