Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/clang/lib/CodeGen/
H A DMacroPPCallbacks.h96 void FileChanged(SourceLocation Loc, FileChangeReason Reason,
H A DMacroPPCallbacks.cpp158 void MacroPPCallbacks::FileChanged(SourceLocation Loc, FileChangeReason Reason, in FileChanged()
/freebsd/contrib/llvm-project/clang/include/clang/Lex/
H A DPPCallbacks.h40 enum FileChangeReason { enum
49 virtual void FileChanged(SourceLocation Loc, FileChangeReason Reason,
480 void FileChanged(SourceLocation Loc, FileChangeReason Reason, in FileChanged()
/freebsd/contrib/llvm-project/clang/lib/Frontend/Rewrite/
H A DInclusionRewriter.cpp69 void FileChanged(SourceLocation Loc, FileChangeReason Reason,
155 FileChangeReason Reason, in FileChanged()
/freebsd/contrib/llvm-project/clang/lib/Frontend/
H A DPrintPreprocessedOutput.cpp157 void FileChanged(SourceLocation Loc, FileChangeReason Reason,
346 FileChangeReason Reason, in FileChanged()
H A DVerifyDiagnosticConsumer.cpp67 void FileChanged(SourceLocation Loc, FileChangeReason Reason, in FileChanged()
/freebsd/contrib/llvm-project/clang/lib/Sema/
H A DSema.cpp169 void FileChanged(SourceLocation Loc, FileChangeReason Reason, in FileChanged()
/freebsd/contrib/llvm-project/clang/lib/Lex/
H A DPPDirectives.cpp1701 PPCallbacks::FileChangeReason Reason = PPCallbacks::RenameFile; in HandleDigitDirective()