Home
last modified time | relevance | path

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

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