Home
last modified time | relevance | path

Searched refs:PPD_INCLUSION_DIRECTIVE (Results 1 – 3 of 3) sorted by relevance

/freebsd-14-stable/contrib/llvm-project/clang/include/clang/Serialization/
HDASTBitCodes.h790 PPD_INCLUSION_DIRECTIVE = 2 enumerator
/freebsd-14-stable/contrib/llvm-project/clang/lib/Serialization/
HDASTWriter.cpp1099 RECORD(PPD_INCLUSION_DIRECTIVE); in WriteBlockInfoBlock()
2751 Abbrev->Add(BitCodeAbbrevOp(PPD_INCLUSION_DIRECTIVE)); in WritePreprocessorDetail()
2798 Record.push_back(PPD_INCLUSION_DIRECTIVE); in WritePreprocessorDetail()
HDASTReader.cpp6334 case PPD_INCLUSION_DIRECTIVE: { in ReadPreprocessedEntity()