Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/clang/lib/Lex/
H A DInitHeaderSearch.cpp141 } else if (Group == ExternCSystem) { in AddUnmappedPath()
190 AddUnmappedPath(P, ExternCSystem, false); in AddDefaultCIncludePaths()
204 AddPath(dir, ExternCSystem, false); in AddDefaultCIncludePaths()
208 AddPath("/usr/include", ExternCSystem, false); in AddDefaultCIncludePaths()
404 if (Include.Group == System || Include.Group == ExternCSystem || in Realize()
/freebsd/contrib/llvm-project/clang/include/clang/Lex/
H A DHeaderSearchOptions.h42 ExternCSystem, enumerator
/freebsd/contrib/llvm-project/clang/lib/Frontend/
H A DCompilerInvocation.cpp3401 Matches(*It, {frontend::System, frontend::ExternCSystem}, false, true); in GenerateHeaderSearchArgs()
3539 Group = frontend::ExternCSystem; in ParseHeaderSearchArgs()