Home
last modified time | relevance | path

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

/openbsd-src/gnu/llvm/clang/lib/Lex/
H A DInitHeaderSearch.cpp160 } else if (Group == ExternCSystem) { in AddUnmappedPath()
258 AddUnmappedPath(P, ExternCSystem, false); in AddDefaultCIncludePaths()
272 AddPath(dir, ExternCSystem, false); in AddDefaultCIncludePaths()
368 AddPath("/usr/include", ExternCSystem, false); in AddDefaultCIncludePaths()
608 if (Include.Group == System || Include.Group == ExternCSystem || in Realize()
/openbsd-src/gnu/llvm/clang/include/clang/Lex/
H A DHeaderSearchOptions.h46 ExternCSystem, enumerator
/openbsd-src/gnu/llvm/clang/lib/Frontend/
H A DCompilerInvocation.cpp3076 Matches(*It, {frontend::System, frontend::ExternCSystem}, false, true); in GenerateHeaderSearchArgs()
3216 Group = frontend::ExternCSystem; in ParseHeaderSearchArgs()