Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/clang/lib/CodeGen/
H A DMacroPPCallbacks.cpp164 else if (Reason == ExitFile) in FileChanged()
/freebsd/contrib/llvm-project/clang/lib/Lex/
H A DPPLexerChange.cpp511 Callbacks->FileChanged(Loc, PPCallbacks::ExitFile, FileType, ExitedFID); in HandleEndOfFile()
513 PPCallbacks::LexedFileChangeReason::ExitFile, in HandleEndOfFile()
H A DPPDirectives.cpp1705 Reason = PPCallbacks::ExitFile; in HandleDigitDirective()
/freebsd/contrib/llvm-project/clang/include/clang/Lex/
H A DPPCallbacks.h41 EnterFile, ExitFile, SystemHeaderPragma, RenameFile enumerator
54 enum class LexedFileChangeReason { EnterFile, ExitFile }; enumerator
/freebsd/contrib/llvm-project/clang/lib/Frontend/
H A DPrintPreprocessedOutput.cpp406 case PPCallbacks::ExitFile: in FileChanged()
/freebsd/contrib/llvm-project/clang/lib/Sema/
H A DSema.cpp192 case ExitFile: in FileChanged()