Home
last modified time | relevance | path

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

/freebsd-14.2/contrib/llvm-project/clang/lib/Lex/
H A DInitHeaderSearch.cpp154 } 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()
/freebsd-14.2/contrib/llvm-project/clang/include/clang/Lex/
H A DHeaderSearchOptions.h46 ExternCSystem, enumerator
/freebsd-14.2/contrib/llvm-project/clang/lib/Frontend/
H A DCompilerInvocation.cpp3120 Matches(*It, {frontend::System, frontend::ExternCSystem}, false, true); in GenerateHeaderSearchArgs()
3254 Group = frontend::ExternCSystem; in ParseHeaderSearchArgs()