Home
last modified time | relevance | path

Searched refs:ExternCSystem (Results 1 – 3 of 3) sorted by relevance

/llvm-project-15.0.7/clang/lib/Lex/
H A DInitHeaderSearch.cpp161 } else if (Group == ExternCSystem) { in AddUnmappedPath()
264 AddUnmappedPath(P, ExternCSystem, false); in AddDefaultCIncludePaths()
278 AddPath(dir, ExternCSystem, false); in AddDefaultCIncludePaths()
381 AddPath("/usr/include", ExternCSystem, false); in AddDefaultCIncludePaths()
612 if (Include.Group == System || Include.Group == ExternCSystem || in Realize()
/llvm-project-15.0.7/clang/include/clang/Lex/
H A DHeaderSearchOptions.h46 ExternCSystem, enumerator
/llvm-project-15.0.7/clang/lib/Frontend/
H A DCompilerInvocation.cpp3058 Matches(*It, {frontend::System, frontend::ExternCSystem}, false, true); in GenerateHeaderSearchArgs()
3198 Group = frontend::ExternCSystem; in ParseHeaderSearchArgs()