HomeSort by relevance Sort by last modified time
    Searched defs:VisibleModulesCache (Results 1 - 15 of 15) sorted by null

  /external/clang/include/clang/Basic/
Module.h 92 mutable llvm::DenseSet<const Module*> VisibleModulesCache;
464 if (VisibleModulesCache.empty())
466 return VisibleModulesCache.count(M);
  /prebuilts/clang/host/darwin-x86/clang-4053586/prebuilt_include/clang/include/clang/Basic/
Module.h 102 mutable llvm::DenseSet<const Module*> VisibleModulesCache;
478 if (VisibleModulesCache.empty())
480 return VisibleModulesCache.count(M);
  /prebuilts/clang/host/darwin-x86/clang-4393122/include/clang/Basic/
Module.h 118 mutable llvm::DenseSet<const Module*> VisibleModulesCache;
502 if (VisibleModulesCache.empty())
504 return VisibleModulesCache.count(M);
  /prebuilts/clang/host/darwin-x86/clang-4479392/include/clang/Basic/
Module.h 118 mutable llvm::DenseSet<const Module*> VisibleModulesCache;
502 if (VisibleModulesCache.empty())
504 return VisibleModulesCache.count(M);
  /prebuilts/clang/host/darwin-x86/clang-4579689/include/clang/Basic/
Module.h 126 mutable llvm::DenseSet<const Module*> VisibleModulesCache;
521 if (VisibleModulesCache.empty())
523 return VisibleModulesCache.count(M);
  /prebuilts/clang/host/darwin-x86/clang-4630689/include/clang/Basic/
Module.h 126 mutable llvm::DenseSet<const Module*> VisibleModulesCache;
521 if (VisibleModulesCache.empty())
523 return VisibleModulesCache.count(M);
  /prebuilts/clang/host/darwin-x86/clang-4639204/include/clang/Basic/
Module.h 126 mutable llvm::DenseSet<const Module*> VisibleModulesCache;
521 if (VisibleModulesCache.empty())
523 return VisibleModulesCache.count(M);
  /prebuilts/clang/host/darwin-x86/clang-4691093/include/clang/Basic/
Module.h 126 mutable llvm::DenseSet<const Module*> VisibleModulesCache;
521 if (VisibleModulesCache.empty())
523 return VisibleModulesCache.count(M);
  /prebuilts/clang/host/linux-x86/clang-4053586/prebuilt_include/clang/include/clang/Basic/
Module.h 102 mutable llvm::DenseSet<const Module*> VisibleModulesCache;
478 if (VisibleModulesCache.empty())
480 return VisibleModulesCache.count(M);
  /prebuilts/clang/host/linux-x86/clang-4393122/include/clang/Basic/
Module.h 118 mutable llvm::DenseSet<const Module*> VisibleModulesCache;
502 if (VisibleModulesCache.empty())
504 return VisibleModulesCache.count(M);
  /prebuilts/clang/host/linux-x86/clang-4479392/include/clang/Basic/
Module.h 118 mutable llvm::DenseSet<const Module*> VisibleModulesCache;
502 if (VisibleModulesCache.empty())
504 return VisibleModulesCache.count(M);
  /prebuilts/clang/host/linux-x86/clang-4579689/include/clang/Basic/
Module.h 126 mutable llvm::DenseSet<const Module*> VisibleModulesCache;
521 if (VisibleModulesCache.empty())
523 return VisibleModulesCache.count(M);
  /prebuilts/clang/host/linux-x86/clang-4630689/include/clang/Basic/
Module.h 126 mutable llvm::DenseSet<const Module*> VisibleModulesCache;
521 if (VisibleModulesCache.empty())
523 return VisibleModulesCache.count(M);
  /prebuilts/clang/host/linux-x86/clang-4639204/include/clang/Basic/
Module.h 126 mutable llvm::DenseSet<const Module*> VisibleModulesCache;
521 if (VisibleModulesCache.empty())
523 return VisibleModulesCache.count(M);
  /prebuilts/clang/host/linux-x86/clang-4691093/include/clang/Basic/
Module.h 126 mutable llvm::DenseSet<const Module*> VisibleModulesCache;
521 if (VisibleModulesCache.empty())
523 return VisibleModulesCache.count(M);

Completed in 464 milliseconds