Home
last modified time | relevance | path

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

/src/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()
/src/contrib/llvm-project/clang/include/clang/Lex/
H A DHeaderSearchOptions.h45 ExternCSystem, enumerator
/src/contrib/llvm-project/clang/lib/Frontend/
H A DCompilerInvocation.cpp3229 Matches(*It, {frontend::System, frontend::ExternCSystem}, false, true); in GenerateHeaderSearchArgs()
3376 Group = frontend::ExternCSystem; in ParseHeaderSearchArgs()