Home
last modified time | relevance | path

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

/llvm-project-15.0.7/clang/include/clang/Lex/
H A DHeaderSearchOptions.h49 CSystem, enumerator
/llvm-project-15.0.7/clang/lib/Lex/
H A DInitHeaderSearch.cpp613 (!Lang.ObjC && !Lang.CPlusPlus && Include.Group == CSystem) || in Realize()
/llvm-project-15.0.7/clang/lib/Frontend/
H A DCompilerInvocation.cpp3044 for (; It < End && Matches(*It, {frontend::CSystem}, false, true); ++It) in GenerateHeaderSearchArgs()
3185 Opts.AddPath(A->getValue(), frontend::CSystem, false, true); in ParseHeaderSearchArgs()