Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/clang/lib/Lex/
H A DPPLexerChange.cpp430 if (isRecordingPreamble() && isInPrimaryFile()) in HandleEndOfFile()
H A DPPDirectives.cpp852 if (Callbacks && (Tok.isNot(tok::eof) || !isRecordingPreamble())) in SkipExcludedConditionalBlock()
H A DLexer.cpp3146 if (PP->isRecordingPreamble() && PP->isInPrimaryFile()) { in LexEndOfFile()
/freebsd/contrib/llvm-project/clang/include/clang/Lex/
H A DPreprocessor.h2795 bool isRecordingPreamble() const { in isRecordingPreamble() function
/freebsd/contrib/llvm-project/clang/lib/Serialization/
H A DASTWriter.cpp2500 assert(PP.isRecordingPreamble()); in WritePreprocessor()
2506 if (PP.isRecordingPreamble() && PP.hasRecordedPreamble()) { in WritePreprocessor()