Home
last modified time | relevance | path

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

/freebsd-12.1/contrib/llvm/tools/clang/lib/Frontend/
H A DDependencyFile.cpp153 class DFGImpl : public PPCallbacks { class
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()
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 …]