Home
last modified time | relevance | path

Searched defs:DepCollectorPPCallbacks (Results 1 – 1 of 1) sorted by relevance

/freebsd/contrib/llvm-project/clang/lib/Frontend/
H A DDependencyFile.cpp32 struct DepCollectorPPCallbacks : public PPCallbacks { struct
33 DependencyCollector &DepCollector;
34 Preprocessor &PP;
35 DepCollectorPPCallbacks(DependencyCollector &L, Preprocessor &PP) in DepCollectorPPCallbacks() argument
38 void LexedFileChanged(FileID FID, LexedFileChangeReason Reason, in LexedFileChanged()
55 void FileSkipped(const FileEntryRef &SkippedFile, const Token &FilenameTok, in FileSkipped()
65 void EmbedDirective(SourceLocation, StringRef, bool, in EmbedDirective()
78 void InclusionDirective(SourceLocation HashLoc, const Token &IncludeTok, in InclusionDirective()
93 void HasEmbed(SourceLocation, StringRef, bool, in HasEmbed()
105 void HasInclude(SourceLocation Loc, StringRef SpelledFilename, bool IsAngled, in HasInclude()
[all …]