Home
last modified time | relevance | path

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

/freebsd-13.1/sys/contrib/dev/acpica/compiler/
H A Daslparseop.c281 Op->Asl.FileChanged = Child->Asl.FileChanged; in TrCreateOp()
286 Child->Asl.FileChanged = FALSE; in TrCreateOp()
840 Op->Asl.FileChanged = FALSE; in TrAllocateOp()
852 Op->Asl.FileChanged = TRUE; in TrAllocateOp()
869 if (Op->Asl.FileChanged) in TrAllocateOp()
H A Dcvcompiler.c406 if (Op->Asl.FileChanged) in CvCalculateCommentLengths()
625 if (Op->Asl.FileChanged) in CgWriteAmlComment()
650 Op->Asl.FileChanged = FALSE; in CgWriteAmlComment()
/freebsd-13.1/contrib/llvm-project/clang/lib/Frontend/
H A DHeaderIncludeGen.cpp45 void FileChanged(SourceLocation Loc, FileChangeReason Reason,
131 void HeaderIncludesCallback::FileChanged(SourceLocation Loc, in FileChanged() function in HeaderIncludesCallback
H A DDependencyFile.cpp40 void FileChanged(SourceLocation Loc, FileChangeReason Reason, in FileChanged() function
H A DPrintPreprocessedOutput.cpp125 void FileChanged(SourceLocation Loc, FileChangeReason Reason,
259 void PrintPPOutputPPCallbacks::FileChanged(SourceLocation Loc, in FileChanged() function in PrintPPOutputPPCallbacks
H A DVerifyDiagnosticConsumer.cpp67 void FileChanged(SourceLocation Loc, FileChangeReason Reason, in FileChanged() function in __anon660f44830111::VerifyFileTracker
/freebsd-13.1/contrib/llvm-project/clang/include/clang/Lex/
H A DPPCallbacks.h47 virtual void FileChanged(SourceLocation Loc, FileChangeReason Reason,
422 void FileChanged(SourceLocation Loc, FileChangeReason Reason, in FileChanged() function
425 First->FileChanged(Loc, Reason, FileType, PrevFID); in FileChanged()
426 Second->FileChanged(Loc, Reason, FileType, PrevFID); in FileChanged()
/freebsd-13.1/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, in FileChanged() function in MacroPPCallbacks
/freebsd-13.1/contrib/llvm-project/clang/include/clang/Tooling/DependencyScanning/
H A DModuleDepCollector.h148 void FileChanged(SourceLocation Loc, FileChangeReason Reason,
/freebsd-13.1/contrib/llvm-project/clang/lib/Frontend/Rewrite/
H A DInclusionRewriter.cpp72 void FileChanged(SourceLocation Loc, FileChangeReason Reason,
154 void InclusionRewriter::FileChanged(SourceLocation Loc, in FileChanged() function in InclusionRewriter
/freebsd-13.1/contrib/llvm-project/clang/lib/Lex/
H A DPPLexerChange.cpp119 Callbacks->FileChanged(CurLexer->getFileLoc(), in EnterSourceFileWithLexer()
511 Callbacks->FileChanged(CurPPLexer->getSourceLocation(), in HandleEndOfFile()
H A DPPDirectives.cpp1313 Callbacks->FileChanged(CurPPLexer->getSourceLocation(), in HandleLineDirective()
1465 Callbacks->FileChanged(CurPPLexer->getSourceLocation(), Reason, FileKind); in HandleDigitDirective()
H A DPragma.cpp489 Callbacks->FileChanged(SysHeaderTok.getLocation(), in HandlePragmaSystemHeader()
/freebsd-13.1/contrib/llvm-project/clang/lib/Tooling/DependencyScanning/
H A DModuleDepCollector.cpp109 void ModuleDepCollectorPP::FileChanged(SourceLocation Loc, in FileChanged() function in ModuleDepCollectorPP
/freebsd-13.1/sys/contrib/dev/acpica/include/
H A Daclocal.h1158 BOOLEAN FileChanged; member
/freebsd-13.1/contrib/llvm-project/clang/lib/Sema/
H A DSema.cpp129 virtual void FileChanged(SourceLocation Loc, FileChangeReason Reason, in FileChanged() function in clang::sema::SemaPPCallbacks