Searched refs:IgnoreSysRoot (Results 1 – 6 of 6) sorted by relevance
| /freebsd-14.2/contrib/llvm-project/clang/include/clang/Lex/ |
| H A D | HeaderSearchOptions.h | 80 unsigned IgnoreSysRoot : 1; 85 IgnoreSysRoot(ignoreSysRoot) {} in Entry() 284 bool IsFramework, bool IgnoreSysRoot) { in AddPath() argument 285 UserEntries.emplace_back(Path, Group, IsFramework, IgnoreSysRoot); in AddPath() 305 return llvm::hash_combine(E.Path, E.Group, E.IsFramework, E.IgnoreSysRoot); in hash_value() 311 HBuilder.add(E.Path, E.Group, E.IsFramework, E.IgnoreSysRoot); in addHash()
|
| /freebsd-14.2/contrib/llvm-project/clang/lib/Lex/ |
| H A D | InitHeaderSearch.cpp | 552 if (E.IgnoreSysRoot) { in ApplyHeaderSearchOptions()
|
| /freebsd-14.2/contrib/llvm-project/clang/lib/Frontend/ |
| H A D | CompilerInvocation.cpp | 3047 std::optional<bool> IgnoreSysRoot) { in GenerateHeaderSearchArgs() argument 3050 (!IgnoreSysRoot || (Entry.IgnoreSysRoot == *IgnoreSysRoot)); in GenerateHeaderSearchArgs() 3098 GenerateArg(Consumer, It->IgnoreSysRoot ? OPT_isystem : OPT_iwithsysroot, in GenerateHeaderSearchArgs()
|
| /freebsd-14.2/contrib/llvm-project/clang/lib/CodeGen/ |
| H A D | BackendUtil.cpp | 469 Entry.IgnoreSysRoot ? Entry.Path : HSOpts.Sysroot + Entry.Path); in initTargetOptions()
|
| /freebsd-14.2/contrib/llvm-project/clang/lib/Serialization/ |
| H A D | ASTReader.cpp | 6144 bool IgnoreSysRoot = Record[Idx++]; in ParseHeaderSearchPaths() local 6146 IgnoreSysRoot); in ParseHeaderSearchPaths()
|
| H A D | ASTWriter.cpp | 1246 Record.push_back(Entry.IgnoreSysRoot); in writeUnhashedControlBlock()
|