HomeSort by: relevance | last modified time | path
    Searched refs:IgnoreSysRoot (Results 1 - 6 of 6) sorted by relevancy

  /src/external/apache2/llvm/dist/clang/include/clang/Lex/
HeaderSearchOptions.h 74 /// IgnoreSysRoot - This is false if an absolute path should be treated
77 unsigned IgnoreSysRoot : 1;
80 bool ignoreSysRoot)
82 IgnoreSysRoot(ignoreSysRoot) {}
235 bool IsFramework, bool IgnoreSysRoot) {
236 UserEntries.emplace_back(Path, Group, IsFramework, IgnoreSysRoot);
256 return llvm::hash_combine(E.Path, E.Group, E.IsFramework, E.IgnoreSysRoot);
  /src/external/apache2/llvm/dist/clang/lib/Frontend/
InitHeaderSearch.cpp 630 if (E.IgnoreSysRoot) {
CompilerInvocation.cpp 2842 llvm::Optional<bool> IgnoreSysRoot) {
2845 (!IgnoreSysRoot || (Entry.IgnoreSysRoot == *IgnoreSysRoot));
2892 GenerateArg(Args, It->IgnoreSysRoot ? OPT_isystem : OPT_iwithsysroot,
3010 /*IgnoreSysroot*/ true);
3037 /*IgnoreSysRoot=*/false);
  /src/external/apache2/llvm/dist/clang/lib/CodeGen/
BackendUtil.cpp 595 Entry.IgnoreSysRoot ? Entry.Path : HSOpts.Sysroot + Entry.Path);
  /src/external/apache2/llvm/dist/clang/lib/Serialization/
ASTWriter.cpp 1308 Record.push_back(Entry.IgnoreSysRoot);
ASTReader.cpp 5841 bool IgnoreSysRoot = Record[Idx++];
5843 IgnoreSysRoot);

Completed in 56 milliseconds