Home
last modified time | relevance | path

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

/freebsd-14.2/contrib/llvm-project/clang/lib/Frontend/
H A DHeaderIncludeGen.cpp49 void FileChanged(SourceLocation Loc, FileChangeReason Reason,
102 void FileChanged(SourceLocation Loc, FileChangeReason Reason,
205 void HeaderIncludesCallback::FileChanged(SourceLocation Loc, in FileChanged() function in HeaderIncludesCallback
296 void HeaderIncludesJSONCallback::FileChanged( in FileChanged() function in HeaderIncludesJSONCallback
H A DPrintPreprocessedOutput.cpp149 void FileChanged(SourceLocation Loc, FileChangeReason Reason,
330 void PrintPPOutputPPCallbacks::FileChanged(SourceLocation Loc, in FileChanged() function in PrintPPOutputPPCallbacks
H A DVerifyDiagnosticConsumer.cpp67 void FileChanged(SourceLocation Loc, FileChangeReason Reason, in FileChanged() function in __anon2ed152050111::VerifyFileTracker
/freebsd-14.2/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-14.2/contrib/llvm-project/clang/include/clang/Lex/
H A DPPCallbacks.h48 virtual void FileChanged(SourceLocation Loc, FileChangeReason Reason,
444 void FileChanged(SourceLocation Loc, FileChangeReason Reason, in FileChanged() function
447 First->FileChanged(Loc, Reason, FileType, PrevFID); in FileChanged()
448 Second->FileChanged(Loc, Reason, FileType, PrevFID); in FileChanged()
/freebsd-14.2/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-14.2/contrib/llvm-project/clang/lib/Frontend/Rewrite/
H A DInclusionRewriter.cpp69 void FileChanged(SourceLocation Loc, FileChangeReason Reason,
153 void InclusionRewriter::FileChanged(SourceLocation Loc, in FileChanged() function in InclusionRewriter
/freebsd-14.2/contrib/llvm-project/clang/lib/Lex/
H A DPPLexerChange.cpp141 Callbacks->FileChanged(CurLexer->getFileLoc(), PPCallbacks::EnterFile, in EnterSourceFileWithLexer()
512 Callbacks->FileChanged(Loc, PPCallbacks::ExitFile, FileType, ExitedFID); in HandleEndOfFile()
H A DPPDirectives.cpp1470 Callbacks->FileChanged(CurPPLexer->getSourceLocation(), in HandleLineDirective()
1630 Callbacks->FileChanged(CurPPLexer->getSourceLocation(), Reason, FileKind); in HandleDigitDirective()
H A DPragma.cpp504 Callbacks->FileChanged(SysHeaderTok.getLocation(), in HandlePragmaSystemHeader()
/freebsd-14.2/sys/contrib/dev/acpica/include/
H A Daclocal.h1158 BOOLEAN FileChanged; member
/freebsd-14.2/contrib/llvm-project/clang/lib/Sema/
H A DSema.cpp144 void FileChanged(SourceLocation Loc, FileChangeReason Reason, in FileChanged() function in clang::sema::SemaPPCallbacks