Searched refs:ExternCSystem (Results 1 – 6 of 6) sorted by relevance
/external/llvm-project/clang/lib/Frontend/ |
D | InitHeaderSearch.cpp | 149 } else if (Group == ExternCSystem) { in AddUnmappedPath() 251 AddUnmappedPath(P, ExternCSystem, false); in AddDefaultCIncludePaths() 265 AddPath(dir, ExternCSystem, false); in AddDefaultCIncludePaths() 366 AddPath("/usr/include", ExternCSystem, false); in AddDefaultCIncludePaths() 576 if (Include.first == System || Include.first == ExternCSystem || in Realize()
|
D | CompilerInvocation.cpp | 2317 Group = frontend::ExternCSystem; in ParseHeaderSearchArgs()
|
/external/clang/lib/Frontend/ |
D | InitHeaderSearch.cpp | 144 } else if (Group == ExternCSystem) { in AddUnmappedPath() 239 AddUnmappedPath(P, ExternCSystem, false); in AddDefaultCIncludePaths() 253 AddPath(dir, ExternCSystem, false); in AddDefaultCIncludePaths() 349 AddPath("/usr/include", ExternCSystem, false); in AddDefaultCIncludePaths() 600 if (Include.first == System || Include.first == ExternCSystem || in Realize()
|
D | CompilerInvocation.cpp | 1450 Group = frontend::ExternCSystem; in ParseHeaderSearchArgs()
|
/external/clang/include/clang/Lex/ |
D | HeaderSearchOptions.h | 34 ExternCSystem, ///< Like System, but headers are implicitly wrapped in enumerator
|
/external/llvm-project/clang/include/clang/Lex/ |
D | HeaderSearchOptions.h | 45 ExternCSystem, enumerator
|