Searched refs:FileChanged (Results 1 - 17 of 17) sorted by relevance

/freebsd-11-stable/contrib/llvm-project/clang/lib/CodeGen/
H A DMacroPPCallbacks.h97 void FileChanged(SourceLocation Loc, FileChangeReason Reason,
H A DMacroPPCallbacks.cpp158 void MacroPPCallbacks::FileChanged(SourceLocation Loc, FileChangeReason Reason, function in class:MacroPPCallbacks
/freebsd-11-stable/sys/contrib/dev/acpica/compiler/
H A Daslparseop.c281 Op->Asl.FileChanged = Child->Asl.FileChanged;
286 Child->Asl.FileChanged = FALSE;
803 Op->Asl.FileChanged = FALSE;
815 Op->Asl.FileChanged = TRUE;
832 if (Op->Asl.FileChanged)
H A Dcvcompiler.c406 if (Op->Asl.FileChanged)
625 if (Op->Asl.FileChanged)
650 Op->Asl.FileChanged = FALSE;
/freebsd-11-stable/contrib/llvm-project/clang/lib/Frontend/
H A DHeaderIncludeGen.cpp45 void FileChanged(SourceLocation Loc, FileChangeReason Reason,
128 void HeaderIncludesCallback::FileChanged(SourceLocation Loc, function in class:HeaderIncludesCallback
H A DDependencyFile.cpp40 void FileChanged(SourceLocation Loc, FileChangeReason Reason,
82 // Files that actually exist are handled by FileChanged.
H A DPrintPreprocessedOutput.cpp125 void FileChanged(SourceLocation Loc, FileChangeReason Reason,
256 /// FileChanged - Whenever the preprocessor enters or exits a #include file
259 void PrintPPOutputPPCallbacks::FileChanged(SourceLocation Loc, function in class:PrintPPOutputPPCallbacks
758 // FIXME: We retrieve this token after the FileChanged callback, and
759 // retrieve the module_end token before the FileChanged callback, so
H A DVerifyDiagnosticConsumer.cpp67 void FileChanged(SourceLocation Loc, FileChangeReason Reason,
/freebsd-11-stable/contrib/llvm-project/clang/include/clang/Tooling/DependencyScanning/
H A DModuleDepCollector.h48 void FileChanged(SourceLocation Loc, FileChangeReason Reason,
/freebsd-11-stable/contrib/llvm-project/clang/include/clang/Lex/
H A DPPCallbacks.h47 virtual void FileChanged(SourceLocation Loc, FileChangeReason Reason, function in class:clang::PPCallbacks
385 void FileChanged(SourceLocation Loc, FileChangeReason Reason,
388 First->FileChanged(Loc, Reason, FileType, PrevFID);
389 Second->FileChanged(Loc, Reason, FileType, PrevFID);
/freebsd-11-stable/contrib/llvm-project/clang/lib/Tooling/DependencyScanning/
H A DModuleDepCollector.cpp20 void ModuleDepCollectorPP::FileChanged(SourceLocation Loc, function in class:ModuleDepCollectorPP
50 // here as `FileChanged` will never see it.
/freebsd-11-stable/contrib/llvm-project/clang/lib/Frontend/Rewrite/
H A DInclusionRewriter.cpp72 void FileChanged(SourceLocation Loc, FileChangeReason Reason,
154 /// FileChanged - Whenever the preprocessor enters or exits a #include file
156 void InclusionRewriter::FileChanged(SourceLocation Loc, function in class:InclusionRewriter
188 /// FileChanged() or FileSkipped() is called after this (or neither is
/freebsd-11-stable/contrib/llvm-project/clang/lib/Lex/
H A DPPLexerChange.cpp120 Callbacks->FileChanged(CurLexer->getFileLoc(),
468 Callbacks->FileChanged(CurPPLexer->getSourceLocation(),
H A DPPDirectives.cpp1220 Callbacks->FileChanged(CurPPLexer->getSourceLocation(),
1372 Callbacks->FileChanged(CurPPLexer->getSourceLocation(), Reason, FileKind);
H A DPragma.cpp478 Callbacks->FileChanged(SysHeaderTok.getLocation(),
/freebsd-11-stable/sys/contrib/dev/acpica/include/
H A Daclocal.h1158 BOOLEAN FileChanged; member in struct:acpi_parse_obj_asl
/freebsd-11-stable/contrib/llvm-project/clang/lib/Sema/
H A DSema.cpp104 virtual void FileChanged(SourceLocation Loc, FileChangeReason Reason,

Completed in 283 milliseconds