Home
last modified time | relevance | path

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

/netbsd/external/apache2/llvm/dist/clang/lib/Frontend/
H A DInitHeaderSearch.cpp149 } else if (Group == ExternCSystem) { in AddUnmappedPath()
251 AddUnmappedPath(P, ExternCSystem, false); in AddDefaultCIncludePaths()
265 AddPath(dir, ExternCSystem, false); in AddDefaultCIncludePaths()
366 AddPath("/usr/include", ExternCSystem, false); in AddDefaultCIncludePaths()
576 if (Include.first == System || Include.first == ExternCSystem || in Realize()
H A DCompilerInvocation.cpp2914 Matches(*It, {frontend::System, frontend::ExternCSystem}, false, true); in GenerateHeaderSearchArgs()
3054 Group = frontend::ExternCSystem; in ParseHeaderSearchArgs()
/netbsd/external/apache2/llvm/dist/clang/include/clang/Lex/
H A DHeaderSearchOptions.h45 ExternCSystem, enumerator