Home
last modified time | relevance | path

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

/external/llvm-project/clang/include/clang/Lex/
DPreprocessor.h485 bool hasRecordedPreamble() const { return !ConditionalStack.empty(); } in hasRecordedPreamble() function
2316 bool hasRecordedPreamble() const { in hasRecordedPreamble() function
2317 return PreambleConditionalStack.hasRecordedPreamble(); in hasRecordedPreamble()
/external/llvm-project/clang/lib/Serialization/
DASTWriter.cpp2159 if (PP.isRecordingPreamble() && PP.hasRecordedPreamble()) { in WritePreprocessor()