Home
last modified time | relevance | path

Searched refs:ExitFile (Results 1 – 7 of 7) sorted by relevance

/freebsd-14.2/contrib/llvm-project/clang/lib/CodeGen/
H A DMacroPPCallbacks.cpp164 else if (Reason == ExitFile) in FileChanged()
/freebsd-14.2/contrib/llvm-project/clang/include/clang/Lex/
H A DPPCallbacks.h40 EnterFile, ExitFile, SystemHeaderPragma, RenameFile enumerator
53 enum class LexedFileChangeReason { EnterFile, ExitFile }; enumerator
/freebsd-14.2/contrib/llvm-project/clang/lib/Lex/
H A DPPLexerChange.cpp512 Callbacks->FileChanged(Loc, PPCallbacks::ExitFile, FileType, ExitedFID); in HandleEndOfFile()
514 PPCallbacks::LexedFileChangeReason::ExitFile, in HandleEndOfFile()
H A DPPDirectives.cpp1628 Reason = PPCallbacks::ExitFile; in HandleDigitDirective()
/freebsd-14.2/contrib/llvm-project/clang/lib/Frontend/
H A DHeaderIncludeGen.cpp218 } else if (Reason == PPCallbacks::ExitFile) { in FileChanged()
H A DPrintPreprocessedOutput.cpp391 case PPCallbacks::ExitFile: in FileChanged()
/freebsd-14.2/contrib/llvm-project/clang/lib/Sema/
H A DSema.cpp167 case ExitFile: in FileChanged()