HomeSort by relevance Sort by last modified time
    Searched refs:CXXSystem (Results 1 - 4 of 4) sorted by null

  /external/clang/lib/Frontend/
InitHeaderSearch.cpp 182 AddPath(Base, CXXSystem, false);
188 AddPath(Base + "/" + ArchDir + "/" + Dir64, CXXSystem, false);
190 AddPath(Base + "/" + ArchDir + "/" + Dir32, CXXSystem, false);
193 AddPath(Base + "/backward", CXXSystem, false);
200 CXXSystem, false);
202 CXXSystem, false);
204 CXXSystem, false);
415 AddPath("/usr/include/c++/5.0", CXXSystem, false);
471 AddUnmappedPath(P, CXXSystem, false);
474 AddPath("/usr/include/c++/v1", CXXSystem, false)
    [all...]
CompilerInvocation.cpp     [all...]
  /external/clang/include/clang/Lex/
HeaderSearchOptions.h 37 CXXSystem, ///< Like System, but only used for C++.
  /external/v8/tools/clang/translation_unit/
TranslationUnitGenerator.cpp 108 case clang::frontend::CXXSystem:

Completed in 451 milliseconds