Home
last modified time | relevance | path

Searched refs:addFileDep (Results 1 – 2 of 2) sorted by relevance

/freebsd/contrib/llvm-project/clang/lib/Tooling/DependencyScanning/
H A DModuleDepCollector.cpp462 MDC.addFileDep(llvm::sys::path::remove_leading_dotslash(*Filename)); in LexedFileChanged()
473 MDC.addFileDep(FileName); in InclusionDirective()
527 MDC.addFileDep(MDC.ScanInstance.getPreprocessorOpts().ImplicitPCHInclude); in EndOfMainFile()
609 MDC.addFileDep(MD, ModuleMap->getName()); in handleTopLevelModule()
612 MDC.addFileDep(MD, IFI.Filename); in handleTopLevelModule()
780 void ModuleDepCollector::addFileDep(StringRef Path) { in addFileDep() function in ModuleDepCollector
793 void ModuleDepCollector::addFileDep(ModuleDeps &MD, StringRef Path) { in addFileDep() function in ModuleDepCollector
/freebsd/contrib/llvm-project/clang/include/clang/Tooling/DependencyScanning/
H A DModuleDepCollector.h284 void addFileDep(StringRef Path);
286 void addFileDep(ModuleDeps &MD, StringRef Path);