Searched refs:LexedFileChangeReason (Results 1 – 5 of 5) sorted by relevance
| /freebsd-14.2/contrib/llvm-project/clang/lib/Frontend/ |
| H A D | DependencyFile.cpp | 38 void LexedFileChanged(FileID FID, LexedFileChangeReason Reason, in LexedFileChanged() 41 if (Reason != PPCallbacks::LexedFileChangeReason::EnterFile) in LexedFileChanged()
|
| /freebsd-14.2/contrib/llvm-project/clang/include/clang/Lex/ |
| H A D | PPCallbacks.h | 53 enum class LexedFileChangeReason { EnterFile, ExitFile }; enum 70 virtual void LexedFileChanged(FileID FID, LexedFileChangeReason Reason, in LexedFileChanged() 451 void LexedFileChanged(FileID FID, LexedFileChangeReason Reason, in LexedFileChanged()
|
| /freebsd-14.2/contrib/llvm-project/clang/include/clang/Tooling/DependencyScanning/ |
| H A D | ModuleDepCollector.h | 162 void LexedFileChanged(FileID FID, LexedFileChangeReason Reason,
|
| /freebsd-14.2/contrib/llvm-project/clang/lib/Lex/ |
| H A D | PPLexerChange.cpp | 144 PPCallbacks::LexedFileChangeReason::EnterFile, in EnterSourceFileWithLexer() 514 PPCallbacks::LexedFileChangeReason::ExitFile, in HandleEndOfFile()
|
| /freebsd-14.2/contrib/llvm-project/clang/lib/Tooling/DependencyScanning/ |
| H A D | ModuleDepCollector.cpp | 373 LexedFileChangeReason Reason, in LexedFileChanged() 377 if (Reason != LexedFileChangeReason::EnterFile) in LexedFileChanged()
|