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

  /external/clang/include/clang/Lex/
HeaderSearchOptions.h 33 ExternCSystem, ///< Like System, but headers are implicitly wrapped in
  /external/clang/lib/Frontend/
InitHeaderSearch.cpp 148 } else if (Group == ExternCSystem) {
251 AddUnmappedPath(P, ExternCSystem, false);
267 AddPath(*i, ExternCSystem, false);
359 AddPath("/usr/include", ExternCSystem, false);
646 if (it->first == System || it->first == ExternCSystem ||
CompilerInvocation.cpp     [all...]

Completed in 52 milliseconds