Home
last modified time | relevance | path

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

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