Home
last modified time | relevance | path

Searched refs:ExitFile (Results 1 – 7 of 7) 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.cpp504 Callbacks->FileChanged(Loc, PPCallbacks::ExitFile, FileType, ExitedFID); in HandleEndOfFile()
506 PPCallbacks::LexedFileChangeReason::ExitFile, in HandleEndOfFile()
H A DPPDirectives.cpp1730 Reason = PPCallbacks::ExitFile; in HandleDigitDirective()
/freebsd/contrib/llvm-project/clang/include/clang/Lex/
H A DPPCallbacks.h42 EnterFile, ExitFile, SystemHeaderPragma, RenameFile enumerator
55 enum class LexedFileChangeReason { EnterFile, ExitFile }; enumerator
/freebsd/contrib/llvm-project/clang/lib/Frontend/
H A DHeaderIncludeGen.cpp268 } else if (Reason == PPCallbacks::ExitFile) { in FileChanged()
H A DPrintPreprocessedOutput.cpp405 case PPCallbacks::ExitFile: in FileChanged()
/freebsd/contrib/llvm-project/clang/lib/Sema/
H A DSema.cpp213 case ExitFile: in FileChanged()