Searched refs:ExternCSystem (Results 1 – 3 of 3) sorted by relevance
| /freebsd/contrib/llvm-project/clang/lib/Lex/ |
| H A D | InitHeaderSearch.cpp | 141 } else if (Group == ExternCSystem) { in AddUnmappedPath() 190 AddUnmappedPath(P, ExternCSystem, false); in AddDefaultCIncludePaths() 204 AddPath(dir, ExternCSystem, false); in AddDefaultCIncludePaths() 208 AddPath("/usr/include", ExternCSystem, false); in AddDefaultCIncludePaths() 404 if (Include.Group == System || Include.Group == ExternCSystem || in Realize()
|
| /freebsd/contrib/llvm-project/clang/include/clang/Lex/ |
| H A D | HeaderSearchOptions.h | 42 ExternCSystem, enumerator
|
| /freebsd/contrib/llvm-project/clang/lib/Frontend/ |
| H A D | CompilerInvocation.cpp | 3401 Matches(*It, {frontend::System, frontend::ExternCSystem}, false, true); in GenerateHeaderSearchArgs() 3539 Group = frontend::ExternCSystem; in ParseHeaderSearchArgs()
|