Home
last modified time | relevance | path

Searched refs:DependencyFileGenerator (Results 1 – 4 of 4) sorted by relevance

/freebsd-12.1/contrib/llvm/tools/clang/lib/Frontend/
H A DDependencyFile.cpp242 DependencyFileGenerator::DependencyFileGenerator(void *Impl) in DependencyFileGenerator() function in DependencyFileGenerator
245 DependencyFileGenerator *DependencyFileGenerator::CreateAndAttachToPreprocessor( in CreateAndAttachToPreprocessor()
261 return new DependencyFileGenerator(Callback); in CreateAndAttachToPreprocessor()
264 void DependencyFileGenerator::AttachToASTReader(ASTReader &R) { in AttachToASTReader()
H A DCompilerInstance.cpp421 DependencyFileGenerator::CreateAndAttachToPreprocessor(*PP, DepOpts)); in createPreprocessor()
508 DependencyFileGenerator *DependencyFile, in createPCHExternalASTSource()
/freebsd-12.1/contrib/llvm/tools/clang/include/clang/Frontend/
H A DUtils.h119 class DependencyFileGenerator {
122 DependencyFileGenerator(void *Impl);
125 static DependencyFileGenerator *CreateAndAttachToPreprocessor(
H A DCompilerInstance.h132 std::unique_ptr<DependencyFileGenerator> TheDependencyFileGenerator;
678 DependencyFileGenerator *DependencyFile,