Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/clang/lib/Frontend/
H A DDependencyFile.cpp38 void LexedFileChanged(FileID FID, LexedFileChangeReason Reason, in LexedFileChanged()
41 if (Reason != PPCallbacks::LexedFileChangeReason::EnterFile) in LexedFileChanged()
/freebsd/contrib/llvm-project/clang/include/clang/Lex/
H A DPPCallbacks.h54 enum class LexedFileChangeReason { EnterFile, ExitFile }; enum
71 virtual void LexedFileChanged(FileID FID, LexedFileChangeReason Reason, in LexedFileChanged()
487 void LexedFileChanged(FileID FID, LexedFileChangeReason Reason, in LexedFileChanged()
/freebsd/contrib/llvm-project/clang/include/clang/Tooling/DependencyScanning/
H A DModuleDepCollector.h169 void LexedFileChanged(FileID FID, LexedFileChangeReason Reason,
/freebsd/contrib/llvm-project/clang/lib/Lex/
H A DPPLexerChange.cpp144 PPCallbacks::LexedFileChangeReason::EnterFile, in EnterSourceFileWithLexer()
513 PPCallbacks::LexedFileChangeReason::ExitFile, in HandleEndOfFile()
/freebsd/contrib/llvm-project/clang/lib/Tooling/DependencyScanning/
H A DModuleDepCollector.cpp442 LexedFileChangeReason Reason, in LexedFileChanged()
446 if (Reason != LexedFileChangeReason::EnterFile) in LexedFileChanged()