Home
last modified time | relevance | path

Searched refs:LexedFileChangeReason (Results 1 – 7 of 7) 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 DNoTrivialPPDirectiveTracer.h87 void LexedFileChanged(FileID FID, LexedFileChangeReason Reason,
H A DPPCallbacks.h55 enum class LexedFileChangeReason { EnterFile, ExitFile }; enum
72 virtual void LexedFileChanged(FileID FID, LexedFileChangeReason Reason, in LexedFileChanged()
488 void LexedFileChanged(FileID FID, LexedFileChangeReason Reason, in LexedFileChanged()
/freebsd/contrib/llvm-project/clang/lib/Lex/
H A DPPLexerChange.cpp137 PPCallbacks::LexedFileChangeReason::EnterFile, in EnterSourceFileWithLexer()
506 PPCallbacks::LexedFileChangeReason::ExitFile, in HandleEndOfFile()
H A DPreprocessor.cpp1704 FileID FID, LexedFileChangeReason Reason, in LexedFileChanged()
/freebsd/contrib/llvm-project/clang/include/clang/Tooling/DependencyScanning/
H A DModuleDepCollector.h226 void LexedFileChanged(FileID FID, LexedFileChangeReason Reason,
/freebsd/contrib/llvm-project/clang/lib/Tooling/DependencyScanning/
H A DModuleDepCollector.cpp624 LexedFileChangeReason Reason, in LexedFileChanged()
628 if (Reason != LexedFileChangeReason::EnterFile) in LexedFileChanged()