Home
last modified time | relevance | path

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

/freebsd-12.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()
803 Op->Asl.FileChanged = FALSE; in TrAllocateOp()
815 Op->Asl.FileChanged = TRUE; in TrAllocateOp()
832 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-12.1/contrib/llvm/tools/clang/lib/Frontend/
H A DHeaderIncludeGen.cpp46 void FileChanged(SourceLocation Loc, FileChangeReason Reason,
128 void HeaderIncludesCallback::FileChanged(SourceLocation Loc, in FileChanged() function in HeaderIncludesCallback
H A DDependencyFile.cpp39 void FileChanged(SourceLocation Loc, FileChangeReason Reason, in FileChanged() function
188 void FileChanged(SourceLocation Loc, FileChangeReason Reason,
283 void DFGImpl::FileChanged(SourceLocation Loc, in FileChanged() function in DFGImpl
H A DPrintPreprocessedOutput.cpp126 void FileChanged(SourceLocation Loc, FileChangeReason Reason,
258 void PrintPPOutputPPCallbacks::FileChanged(SourceLocation Loc, in FileChanged() function in PrintPPOutputPPCallbacks
H A DVerifyDiagnosticConsumer.cpp85 void FileChanged(SourceLocation Loc, FileChangeReason Reason, in FileChanged() function in __anona9f039de0111::VerifyFileTracker
/freebsd-12.1/contrib/llvm/tools/clang/include/clang/Lex/
H A DPPCallbacks.h48 virtual void FileChanged(SourceLocation Loc, FileChangeReason Reason,
357 void FileChanged(SourceLocation Loc, FileChangeReason Reason, in FileChanged() function
360 First->FileChanged(Loc, Reason, FileType, PrevFID); in FileChanged()
361 Second->FileChanged(Loc, Reason, FileType, PrevFID); 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() function in MacroPPCallbacks
/freebsd-12.1/contrib/llvm/tools/clang/lib/Frontend/Rewrite/
H A DInclusionRewriter.cpp71 void FileChanged(SourceLocation Loc, FileChangeReason Reason,
153 void InclusionRewriter::FileChanged(SourceLocation Loc, in FileChanged() function in InclusionRewriter
/freebsd-12.1/contrib/llvm/tools/clang/lib/Lex/
H A DPPLexerChange.cpp121 Callbacks->FileChanged(CurLexer->getFileLoc(), in EnterSourceFileWithLexer()
465 Callbacks->FileChanged(CurPPLexer->getSourceLocation(), in HandleEndOfFile()
H A DPPDirectives.cpp1152 Callbacks->FileChanged(CurPPLexer->getSourceLocation(), in HandleLineDirective()
1299 Callbacks->FileChanged(CurPPLexer->getSourceLocation(), Reason, FileKind); in HandleDigitDirective()
H A DPragma.cpp472 Callbacks->FileChanged(SysHeaderTok.getLocation(), in HandlePragmaSystemHeader()
/freebsd-12.1/sys/contrib/dev/acpica/include/
H A Daclocal.h1158 BOOLEAN FileChanged; member
/freebsd-12.1/contrib/llvm/tools/clang/lib/Sema/
H A DSema.cpp86 virtual void FileChanged(SourceLocation Loc, FileChangeReason Reason, in FileChanged() function in clang::sema::SemaPPCallbacks