Home
last modified time | relevance | path

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

/freebsd-12.1/contrib/llvm/tools/clang/lib/Frontend/
H A DHeaderIncludeGen.cpp141 } else if (Reason == PPCallbacks::ExitFile) { in FileChanged()
H A DPrintPreprocessedOutput.cpp314 case PPCallbacks::ExitFile: in FileChanged()
/freebsd-12.1/contrib/llvm/tools/clang/lib/CodeGen/
H A DMacroPPCallbacks.cpp165 else if (Reason == ExitFile) in FileChanged()
/freebsd-12.1/contrib/llvm/tools/clang/include/clang/Lex/
H A DPPCallbacks.h41 EnterFile, ExitFile, SystemHeaderPragma, RenameFile enumerator
/freebsd-12.1/contrib/llvm/tools/clang/lib/Lex/
H A DPPLexerChange.cpp466 PPCallbacks::ExitFile, FileType, ExitedFID); in HandleEndOfFile()
H A DPPDirectives.cpp1297 Reason = PPCallbacks::ExitFile; in HandleDigitDirective()
/freebsd-12.1/contrib/llvm/tools/clang/lib/Sema/
H A DSema.cpp102 case ExitFile: in FileChanged()