Searched defs:DependencyCollectors (Results 1 – 2 of 2) sorted by relevance
/llvm-project/clang/include/clang/Frontend/ |
H A D | CompilerInstance.h | 134 std::vector<std::shared_ptr<DependencyCollector>> DependencyCollectors; global() variable
|
/llvm-project/clang/lib/Frontend/ |
H A D | CompilerInstance.cpp | 631 createPCHExternalASTSource(StringRef Path,StringRef Sysroot,DisableValidationForModuleKind DisableValidation,bool AllowPCHWithCompilerErrors,Preprocessor & PP,InMemoryModuleCache & ModuleCache,ASTContext & Context,const PCHContainerReader & PCHContainerRdr,ArrayRef<std::shared_ptr<ModuleFileExtension>> Extensions,ArrayRef<std::shared_ptr<DependencyCollector>> DependencyCollectors,void * DeserializationListener,bool OwnDeserializationListener,bool Preamble,bool UseGlobalModuleIndex) createPCHExternalASTSource() argument
|