Searched refs:DFGImpl (Results 1 – 1 of 1) sorted by relevance
153 class DFGImpl : public PPCallbacks { class216 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()283 void DFGImpl::FileChanged(SourceLocation Loc, in FileChanged()306 void DFGImpl::FileSkipped(const FileEntry &SkippedFile, in FileSkipped()345 bool DFGImpl::AddFilename(StringRef Filename) { in AddFilename()[all …]