Searched refs:ExternCSystem (Results 1 – 3 of 3) sorted by relevance
| /src/contrib/llvm-project/clang/lib/Lex/ |
| H A D | InitHeaderSearch.cpp | 154 } else if (Group == ExternCSystem) { in AddUnmappedPath() 225 AddUnmappedPath(P, ExternCSystem, false); in AddDefaultCIncludePaths() 239 AddPath(dir, ExternCSystem, false); in AddDefaultCIncludePaths() 258 AddPath("/usr/include", ExternCSystem, false); in AddDefaultCIncludePaths() 498 if (Include.Group == System || Include.Group == ExternCSystem || in Realize()
|
| /src/contrib/llvm-project/clang/include/clang/Lex/ |
| H A D | HeaderSearchOptions.h | 45 ExternCSystem, enumerator
|
| /src/contrib/llvm-project/clang/lib/Frontend/ |
| H A D | CompilerInvocation.cpp | 3229 Matches(*It, {frontend::System, frontend::ExternCSystem}, false, true); in GenerateHeaderSearchArgs() 3376 Group = frontend::ExternCSystem; in ParseHeaderSearchArgs()
|