Home
last modified time | relevance | path

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

/freebsd-12.1/contrib/llvm/tools/clang/lib/Frontend/
H A DHeaderIncludeGen.cpp46 void FileChanged(SourceLocation Loc, FileChangeReason Reason,
129 FileChangeReason Reason, in FileChanged()
H A DDependencyFile.cpp39 void FileChanged(SourceLocation Loc, FileChangeReason Reason, in FileChanged()
188 void FileChanged(SourceLocation Loc, FileChangeReason Reason,
284 FileChangeReason Reason, in FileChanged()
H A DPrintPreprocessedOutput.cpp126 void FileChanged(SourceLocation Loc, FileChangeReason Reason,
259 FileChangeReason Reason, in FileChanged()
H A DVerifyDiagnosticConsumer.cpp85 void FileChanged(SourceLocation Loc, FileChangeReason Reason, in FileChanged()
/freebsd-12.1/contrib/llvm/tools/clang/include/clang/Lex/
H A DPPCallbacks.h40 enum FileChangeReason { enum
48 virtual void FileChanged(SourceLocation Loc, FileChangeReason Reason,
357 void FileChanged(SourceLocation Loc, FileChangeReason Reason, in FileChanged()
/freebsd-12.1/contrib/llvm/tools/clang/lib/CodeGen/
H A DMacroPPCallbacks.h98 void FileChanged(SourceLocation Loc, FileChangeReason Reason,
H A DMacroPPCallbacks.cpp159 void MacroPPCallbacks::FileChanged(SourceLocation Loc, FileChangeReason Reason, in FileChanged()
/freebsd-12.1/contrib/llvm/tools/clang/lib/Frontend/Rewrite/
H A DInclusionRewriter.cpp71 void FileChanged(SourceLocation Loc, FileChangeReason Reason,
154 FileChangeReason Reason, in FileChanged()
/freebsd-12.1/contrib/llvm/tools/clang/lib/Sema/
H A DSema.cpp86 virtual void FileChanged(SourceLocation Loc, FileChangeReason Reason, in FileChanged()
/freebsd-12.1/contrib/llvm/tools/clang/lib/Lex/
H A DPPDirectives.cpp1293 PPCallbacks::FileChangeReason Reason = PPCallbacks::RenameFile; in HandleDigitDirective()