Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/clang/include/clang/Lex/
H A DHeaderSearchOptions.h79 unsigned IgnoreSysRoot : 1;
84 IgnoreSysRoot(ignoreSysRoot) {} in Entry()
292 bool IsFramework, bool IgnoreSysRoot) { in AddPath() argument
293 UserEntries.emplace_back(Path, Group, IsFramework, IgnoreSysRoot); in AddPath()
315 HBuilder.add(E.Path, E.Group, E.IsFramework, E.IgnoreSysRoot); in addHash()
/freebsd/contrib/llvm-project/clang/lib/Frontend/
H A DCompilerInvocation.cpp3156 std::optional<bool> IgnoreSysRoot) { in GenerateHeaderSearchArgs() argument
3159 (!IgnoreSysRoot || (Entry.IgnoreSysRoot == *IgnoreSysRoot)); in GenerateHeaderSearchArgs()
3207 GenerateArg(Consumer, It->IgnoreSysRoot ? OPT_isystem : OPT_iwithsysroot, in GenerateHeaderSearchArgs()
/freebsd/contrib/llvm-project/clang/lib/CodeGen/
H A DBackendUtil.cpp484 Entry.IgnoreSysRoot ? Entry.Path : HSOpts.Sysroot + Entry.Path); in initTargetOptions()
/freebsd/contrib/llvm-project/clang/lib/Serialization/
H A DASTReader.cpp6150 bool IgnoreSysRoot = Record[Idx++]; in ParseHeaderSearchPaths() local
6152 IgnoreSysRoot); in ParseHeaderSearchPaths()
H A DASTWriter.cpp1347 Record.push_back(Entry.IgnoreSysRoot); in writeUnhashedControlBlock()