Searched refs:ExternCSystem (Results 1 – 3 of 3) sorted by relevance
| /openbsd-src/gnu/llvm/clang/lib/Lex/ |
| H A D | InitHeaderSearch.cpp | 160 } else if (Group == ExternCSystem) { in AddUnmappedPath() 258 AddUnmappedPath(P, ExternCSystem, false); in AddDefaultCIncludePaths() 272 AddPath(dir, ExternCSystem, false); in AddDefaultCIncludePaths() 368 AddPath("/usr/include", ExternCSystem, false); in AddDefaultCIncludePaths() 608 if (Include.Group == System || Include.Group == ExternCSystem || in Realize()
|
| /openbsd-src/gnu/llvm/clang/include/clang/Lex/ |
| H A D | HeaderSearchOptions.h | 46 ExternCSystem, enumerator
|
| /openbsd-src/gnu/llvm/clang/lib/Frontend/ |
| H A D | CompilerInvocation.cpp | 3076 Matches(*It, {frontend::System, frontend::ExternCSystem}, false, true); in GenerateHeaderSearchArgs() 3216 Group = frontend::ExternCSystem; in ParseHeaderSearchArgs()
|