Home
last modified time | relevance | path

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

/netbsd-src/external/apache2/llvm/dist/clang/lib/Frontend/
H A DHeaderIncludeGen.cpp45 void FileChanged(SourceLocation Loc, FileChangeReason Reason,
132 FileChangeReason Reason, in FileChanged()
H A DPrintPreprocessedOutput.cpp125 void FileChanged(SourceLocation Loc, FileChangeReason Reason,
260 FileChangeReason Reason, in FileChanged()
H A DDependencyFile.cpp40 void FileChanged(SourceLocation Loc, FileChangeReason Reason, in FileChanged()
H A DVerifyDiagnosticConsumer.cpp67 void FileChanged(SourceLocation Loc, FileChangeReason Reason, in FileChanged()
/netbsd-src/external/apache2/llvm/dist/clang/include/clang/Lex/
H A DPPCallbacks.h39 enum FileChangeReason { enum
47 virtual void FileChanged(SourceLocation Loc, FileChangeReason Reason,
386 void FileChanged(SourceLocation Loc, FileChangeReason Reason, in FileChanged()
/netbsd-src/external/apache2/llvm/dist/clang/lib/CodeGen/
H A DMacroPPCallbacks.h97 void FileChanged(SourceLocation Loc, FileChangeReason Reason,
H A DMacroPPCallbacks.cpp158 void MacroPPCallbacks::FileChanged(SourceLocation Loc, FileChangeReason Reason, in FileChanged()
/netbsd-src/external/apache2/llvm/dist/clang/include/clang/Tooling/DependencyScanning/
H A DModuleDepCollector.h122 void FileChanged(SourceLocation Loc, FileChangeReason Reason,
/netbsd-src/external/apache2/llvm/dist/clang/lib/Frontend/Rewrite/
H A DInclusionRewriter.cpp72 void FileChanged(SourceLocation Loc, FileChangeReason Reason,
155 FileChangeReason Reason, in FileChanged()
/netbsd-src/external/apache2/llvm/dist/clang/lib/Tooling/DependencyScanning/
H A DModuleDepCollector.cpp103 FileChangeReason Reason, in FileChanged()
/netbsd-src/external/apache2/llvm/dist/clang/tools/libclang/
H A DIndexing.cpp248 void FileChanged(SourceLocation Loc, FileChangeReason Reason, in FileChanged()
/netbsd-src/external/apache2/llvm/dist/clang/lib/Sema/
H A DSema.cpp107 virtual void FileChanged(SourceLocation Loc, FileChangeReason Reason, in FileChanged()
/netbsd-src/external/apache2/llvm/dist/clang/lib/Lex/
H A DPPDirectives.cpp1393 PPCallbacks::FileChangeReason Reason = PPCallbacks::RenameFile; in HandleDigitDirective()