Searched refs:AlreadySeen (Results 1 - 3 of 3) sorted by relevance

/freebsd-current/contrib/llvm-project/clang/include/clang/Tooling/DependencyScanning/
H A DDependencyScanningTool.h122 /// \param AlreadySeen This stores modules which have previously been
136 const llvm::DenseSet<ModuleID> &AlreadySeen,
144 StringRef CWD, const llvm::DenseSet<ModuleID> &AlreadySeen,
153 FullDependencyConsumer(const llvm::DenseSet<ModuleID> &AlreadySeen) argument
154 : AlreadySeen(AlreadySeen) {}
193 const llvm::DenseSet<ModuleID> &AlreadySeen; member in class:clang::tooling::dependencies::FullDependencyConsumer
/freebsd-current/contrib/llvm-project/clang/lib/Tooling/DependencyScanning/
H A DDependencyScanningTool.cpp144 const llvm::DenseSet<ModuleID> &AlreadySeen,
146 FullDependencyConsumer Consumer(AlreadySeen);
157 StringRef CWD, const llvm::DenseSet<ModuleID> &AlreadySeen,
159 FullDependencyConsumer Consumer(AlreadySeen);
180 if (AlreadySeen.count(M.first))
196 if (AlreadySeen.count(M.first))
142 getTranslationUnitDependencies( const std::vector<std::string> &CommandLine, StringRef CWD, const llvm::DenseSet<ModuleID> &AlreadySeen, LookupModuleOutputCallback LookupModuleOutput) argument
155 getModuleDependencies( StringRef ModuleName, const std::vector<std::string> &CommandLine, StringRef CWD, const llvm::DenseSet<ModuleID> &AlreadySeen, LookupModuleOutputCallback LookupModuleOutput) argument
/freebsd-current/contrib/llvm-project/llvm/lib/CodeGen/
H A DCodeGenPrepare.cpp6545 DenseMap<Value *, Instruction *>::iterator AlreadySeen = local
6549 if (AlreadySeen != SeenChainsForSExt.end()) {
6550 if (AlreadySeen->second != nullptr)
6551 UnhandledExts.insert(AlreadySeen->second);

Completed in 85 milliseconds