Home
last modified time | relevance | path

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

/external/clang/include/clang/Lex/
DHeaderSearchOptions.h36 CSystem, ///< Like System, but only used for C. enumerator
/external/llvm-project/clang/include/clang/Lex/
DHeaderSearchOptions.h48 CSystem, enumerator
/external/llvm-project/clang/lib/Frontend/
DInitHeaderSearch.cpp577 (!Lang.ObjC && !Lang.CPlusPlus && Include.first == CSystem) || in Realize()
DCompilerInvocation.cpp2304 Opts.AddPath(A->getValue(), frontend::CSystem, false, true); in ParseHeaderSearchArgs()
/external/clang/lib/Frontend/
DInitHeaderSearch.cpp601 (!Lang.ObjC1 && !Lang.CPlusPlus && Include.first == CSystem) || in Realize()
DCompilerInvocation.cpp1437 Opts.AddPath(A->getValue(), frontend::CSystem, false, true); in ParseHeaderSearchArgs()