Home
last modified time | relevance | path

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

/netbsd/external/apache2/llvm/dist/clang/include/clang/Lex/
H A DPreprocessor.h485 bool hasRecordedPreamble() const { return !ConditionalStack.empty(); } in hasRecordedPreamble() function
2321 bool hasRecordedPreamble() const { in hasRecordedPreamble() function
2322 return PreambleConditionalStack.hasRecordedPreamble(); in hasRecordedPreamble()
/netbsd/external/apache2/llvm/dist/clang/lib/Serialization/
H A DASTWriter.cpp2164 if (PP.isRecordingPreamble() && PP.hasRecordedPreamble()) { in WritePreprocessor()