Home
last modified time | relevance | path

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

/freebsd/sys/contrib/dev/acpica/compiler/
H A Daslparseop.c281 Op->Asl.FileChanged = Child->Asl.FileChanged; in TrCreateOp()
286 Child->Asl.FileChanged = FALSE; in TrCreateOp()
842 Op->Asl.FileChanged = FALSE; in TrAllocateOp()
854 Op->Asl.FileChanged = TRUE; in TrAllocateOp()
871 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/contrib/llvm-project/clang/include/clang/Lex/
H A DPPCallbacks.h49 virtual void FileChanged(SourceLocation Loc, FileChangeReason Reason,
480 void FileChanged(SourceLocation Loc, FileChangeReason Reason, in FileChanged() function
483 First->FileChanged(Loc, Reason, FileType, PrevFID); in FileChanged()
484 Second->FileChanged(Loc, Reason, FileType, PrevFID); in FileChanged()
/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() function in MacroPPCallbacks
/freebsd/contrib/llvm-project/clang/lib/Frontend/Rewrite/
H A DInclusionRewriter.cpp69 void FileChanged(SourceLocation Loc, FileChangeReason Reason,
154 void InclusionRewriter::FileChanged(SourceLocation Loc, in FileChanged() function in InclusionRewriter
/freebsd/contrib/llvm-project/clang/lib/Lex/
H A DPPLexerChange.cpp141 Callbacks->FileChanged(CurLexer->getFileLoc(), PPCallbacks::EnterFile, in EnterSourceFileWithLexer()
511 Callbacks->FileChanged(Loc, PPCallbacks::ExitFile, FileType, ExitedFID); in HandleEndOfFile()
H A DPPDirectives.cpp1547 Callbacks->FileChanged(CurPPLexer->getSourceLocation(), in HandleLineDirective()
1707 Callbacks->FileChanged(CurPPLexer->getSourceLocation(), Reason, FileKind); in HandleDigitDirective()
H A DPragma.cpp504 Callbacks->FileChanged(SysHeaderTok.getLocation(), in HandlePragmaSystemHeader()
/freebsd/contrib/llvm-project/clang/lib/Frontend/
H A DPrintPreprocessedOutput.cpp157 void FileChanged(SourceLocation Loc, FileChangeReason Reason,
345 void PrintPPOutputPPCallbacks::FileChanged(SourceLocation Loc, in FileChanged() function in PrintPPOutputPPCallbacks
H A DVerifyDiagnosticConsumer.cpp67 void FileChanged(SourceLocation Loc, FileChangeReason Reason, in FileChanged() function in __anonf81695cf0111::VerifyFileTracker
/freebsd/sys/contrib/dev/acpica/include/
H A Daclocal.h1167 BOOLEAN FileChanged; member
/freebsd/contrib/llvm-project/clang/lib/Sema/
H A DSema.cpp169 void FileChanged(SourceLocation Loc, FileChangeReason Reason, in FileChanged() function in clang::sema::SemaPPCallbacks