Home
last modified time | relevance | path

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

/external/clang/include/clang/Lex/
DHeaderSearchOptions.h35 CSystem, ///< Like System, but only used for C. enumerator
/external/clang/lib/Frontend/
DInitHeaderSearch.cpp636 (!Lang.ObjC1 && !Lang.CPlusPlus && it->first == CSystem) || in Realize()
DCompilerInvocation.cpp1057 Opts.AddPath((*it)->getValue(), frontend::CSystem, false, true); in ParseHeaderSearchArgs()