Home
last modified time | relevance | path

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

/external/clang/lib/Frontend/
DDependencyFile.cpp132 class DFGImpl : public PPCallbacks { class
149 DFGImpl(const Preprocessor *_PP, const DependencyOutputOptions &Opts) in DFGImpl() function in __anonf3ab77ae0211::DFGImpl
176 DFGImpl &Parent;
178 DFGASTReaderListener(DFGImpl &Parent) in DFGASTReaderListener()
205 DFGImpl *Callback = new DFGImpl(&PP, Opts); in CreateAndAttachToPreprocessor()
211 DFGImpl *I = reinterpret_cast<DFGImpl *>(Impl); in AttachToASTReader()
218 bool DFGImpl::FileMatchesDepCriteria(const char *Filename, in FileMatchesDepCriteria()
229 void DFGImpl::FileChanged(SourceLocation Loc, in FileChanged()
260 void DFGImpl::InclusionDirective(SourceLocation HashLoc, in InclusionDirective()
277 void DFGImpl::AddFilename(StringRef Filename) { in AddFilename()
[all …]