Home
last modified time | relevance | path

Searched refs:hasRecordedPreamble (Results 1 – 2 of 2) sorted by relevance

/freebsd-12-stable/contrib/llvm-project/clang/include/clang/Lex/
DPreprocessor.h487 bool hasRecordedPreamble() const { return !ConditionalStack.empty(); } in hasRecordedPreamble() function
2323 bool hasRecordedPreamble() const { in hasRecordedPreamble() function
2324 return PreambleConditionalStack.hasRecordedPreamble(); in hasRecordedPreamble()
/freebsd-12-stable/contrib/llvm-project/clang/lib/Serialization/
DASTWriter.cpp2164 if (PP.isRecordingPreamble() && PP.hasRecordedPreamble()) { in WritePreprocessor()