Instantiator
Generate c++ template instantiations
Loading...
Searching...
No Matches
myDependencyCollector Class Reference

This class sets the options for the collection of dependencies. More...

#include <Actions/DependencyAction.hpp>

Inheritance diagram for myDependencyCollector:
[legend]
Collaboration diagram for myDependencyCollector:
[legend]

Public Member Functions

bool sawDependency (llvm::StringRef Filename, bool FromModule, bool IsSystem, bool IsModuleFile, bool IsMissing) override
 
bool needSystemDependencies () override
 

Detailed Description

This class sets the options for the collection of dependencies.

System headers are not collected.

Definition at line 13 of file DependencyAction.hpp.

Member Function Documentation

◆ needSystemDependencies()

bool myDependencyCollector::needSystemDependencies ( )
override

Definition at line 11 of file DependencyAction.cpp.

◆ sawDependency()

bool myDependencyCollector::sawDependency ( llvm::StringRef Filename,
bool FromModule,
bool IsSystem,
bool IsModuleFile,
bool IsMissing )
override

Definition at line 3 of file DependencyAction.cpp.


The documentation for this class was generated from the following files: