Home
last modified time | relevance | path

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

/freebsd-12-stable/contrib/llvm-project/clang/lib/CodeGen/
DMacroPPCallbacks.cpp164 else if (Reason == ExitFile) in FileChanged()
/freebsd-12-stable/contrib/llvm-project/clang/lib/Frontend/
DHeaderIncludeGen.cpp144 } else if (Reason == PPCallbacks::ExitFile) { in FileChanged()
DPrintPreprocessedOutput.cpp315 case PPCallbacks::ExitFile: in FileChanged()
/freebsd-12-stable/contrib/llvm-project/clang/include/clang/Lex/
DPPCallbacks.h40 EnterFile, ExitFile, SystemHeaderPragma, RenameFile enumerator
/freebsd-12-stable/contrib/llvm-project/clang/lib/Lex/
DPPLexerChange.cpp512 PPCallbacks::ExitFile, FileType, ExitedFID); in HandleEndOfFile()
DPPDirectives.cpp1463 Reason = PPCallbacks::ExitFile; in HandleDigitDirective()
/freebsd-12-stable/contrib/llvm-project/clang/lib/Sema/
DSema.cpp152 case ExitFile: in FileChanged()