Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/clang/include/clang/Lex/
H A DHeaderSearchOptions.h76 unsigned IgnoreSysRoot : 1;
81 IgnoreSysRoot(ignoreSysRoot) {} in Entry()
308 bool IsFramework, bool IgnoreSysRoot) { in AddPath() argument
309 UserEntries.emplace_back(Path, Group, IsFramework, IgnoreSysRoot); in AddPath()
331 HBuilder.add(E.Path, E.Group, E.IsFramework, E.IgnoreSysRoot); in addHash()
/freebsd/contrib/llvm-project/clang/lib/Lex/
H A DInitHeaderSearch.cpp458 if (E.IgnoreSysRoot) { in ApplyHeaderSearchOptions()
/freebsd/contrib/llvm-project/clang/lib/Tooling/DependencyScanning/
H A DModuleDepCollector.cpp259 if (!Entry.IgnoreSysRoot) in areOptionsInStableDir()
510 if (Entry.IgnoreSysRoot) in isSafeToIgnoreCWD()
/freebsd/contrib/llvm-project/clang/lib/Frontend/
H A DCompilerInvocation.cpp3335 std::optional<bool> IgnoreSysRoot) { in GenerateHeaderSearchArgs() argument
3338 (!IgnoreSysRoot || (Entry.IgnoreSysRoot == *IgnoreSysRoot)); in GenerateHeaderSearchArgs()
3379 GenerateArg(Consumer, It->IgnoreSysRoot ? OPT_isystem : OPT_iwithsysroot, in GenerateHeaderSearchArgs()
/freebsd/contrib/llvm-project/clang/lib/CodeGen/
H A DBackendUtil.cpp522 Entry.IgnoreSysRoot ? Entry.Path : HSOpts.Sysroot + Entry.Path); in initTargetOptions()
/freebsd/contrib/llvm-project/clang/lib/Serialization/
H A DASTReader.cpp6485 bool IgnoreSysRoot = Record[Idx++]; in ParseHeaderSearchPaths() local
6487 IgnoreSysRoot); in ParseHeaderSearchPaths()
H A DASTWriter.cpp1389 Record.push_back(Entry.IgnoreSysRoot); in writeUnhashedControlBlock()