Lines Matching refs:DFGImpl
153 class DFGImpl : public PPCallbacks { class
173 DFGImpl(const Preprocessor *_PP, const DependencyOutputOptions &Opts) in DFGImpl() function in __anonec8e93570211::DFGImpl
216 DFGImpl &Parent;
218 DFGMMCallback(DFGImpl &Parent) : Parent(Parent) {} in DFGMMCallback()
227 DFGImpl &Parent;
229 DFGASTReaderListener(DFGImpl &Parent) in DFGASTReaderListener()
257 DFGImpl *Callback = new DFGImpl(&PP, Opts); in CreateAndAttachToPreprocessor()
265 DFGImpl *I = reinterpret_cast<DFGImpl *>(Impl); in AttachToASTReader()
272 bool DFGImpl::FileMatchesDepCriteria(const char *Filename, in FileMatchesDepCriteria()
283 void DFGImpl::FileChanged(SourceLocation Loc, in FileChanged()
306 void DFGImpl::FileSkipped(const FileEntry &SkippedFile, in FileSkipped()
316 void DFGImpl::InclusionDirective(SourceLocation HashLoc, in InclusionDirective()
334 void DFGImpl::HasInclude(SourceLocation Loc, StringRef SpelledFilename, in HasInclude()
345 bool DFGImpl::AddFilename(StringRef Filename) { in AddFilename()
432 void DFGImpl::OutputDependencyFile() { in OutputDependencyFile()