Home
last modified time | relevance | path

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

/freebsd-13.1/contrib/llvm-project/clang/lib/Frontend/
H A DInitHeaderSearch.cpp155 } else if (Group == ExternCSystem) { in AddUnmappedPath()
255 AddUnmappedPath(P, ExternCSystem, false); in AddDefaultCIncludePaths()
269 AddPath(dir, ExternCSystem, false); in AddDefaultCIncludePaths()
370 AddPath("/usr/include", ExternCSystem, false); in AddDefaultCIncludePaths()
580 if (Include.Group == System || Include.Group == ExternCSystem || in Realize()
H A DCompilerInvocation.cpp2911 Matches(*It, {frontend::System, frontend::ExternCSystem}, false, true); in GenerateHeaderSearchArgs()
3051 Group = frontend::ExternCSystem; in ParseHeaderSearchArgs()
/freebsd-13.1/contrib/llvm-project/clang/include/clang/Lex/
H A DHeaderSearchOptions.h45 ExternCSystem, enumerator