Home
last modified time | relevance | path

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

/external/clang/include/clang/Lex/
DHeaderSearchOptions.h36 CSystem, ///< Like System, but only used for C. enumerator
/external/v8/tools/clang/translation_unit/
DTranslationUnitGenerator.cpp107 case clang::frontend::CSystem: in IncludeFinderPPCallbacks()
/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()