Home
last modified time | relevance | path

Searched refs:isRecordingPreamble (Results 1 – 5 of 5) sorted by relevance

/freebsd-14.2/contrib/llvm-project/clang/lib/Lex/
H A DPPLexerChange.cpp431 if (isRecordingPreamble() && isInPrimaryFile()) in HandleEndOfFile()
H A DPPDirectives.cpp851 if (Callbacks && (Tok.isNot(tok::eof) || !isRecordingPreamble())) in SkipExcludedConditionalBlock()
H A DLexer.cpp3090 if (PP->isRecordingPreamble() && PP->isInPrimaryFile()) { in LexEndOfFile()
/freebsd-14.2/contrib/llvm-project/clang/include/clang/Lex/
H A DPreprocessor.h2724 bool isRecordingPreamble() const { in isRecordingPreamble() function
/freebsd-14.2/contrib/llvm-project/clang/lib/Serialization/
H A DASTWriter.cpp2372 assert(PP.isRecordingPreamble()); in WritePreprocessor()
2378 if (PP.isRecordingPreamble() && PP.hasRecordedPreamble()) { in WritePreprocessor()