Home
last modified time | relevance | path

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

/freebsd-12.1/contrib/llvm/tools/clang/lib/Frontend/
H A DInitHeaderSearch.cpp145 } else if (Group == ExternCSystem) { in AddUnmappedPath()
243 AddUnmappedPath(P, ExternCSystem, false); in AddDefaultCIncludePaths()
257 AddPath(dir, ExternCSystem, false); in AddDefaultCIncludePaths()
357 AddPath("/usr/include", ExternCSystem, false); in AddDefaultCIncludePaths()
597 if (Include.first == System || Include.first == ExternCSystem || in Realize()
H A DCompilerInvocation.cpp2036 Group = frontend::ExternCSystem; in ParseHeaderSearchArgs()
/freebsd-12.1/contrib/llvm/tools/clang/include/clang/Lex/
H A DHeaderSearchOptions.h45 ExternCSystem, enumerator