Home
last modified time | relevance | path

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

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