Home
last modified time | relevance | path

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

/netbsd/external/apache2/llvm/dist/clang/include/clang/Serialization/
H A DASTBitCodes.h758 PPD_INCLUSION_DIRECTIVE = 2 enumerator
/netbsd/external/apache2/llvm/dist/clang/lib/Serialization/
H A DASTWriter.cpp958 RECORD(PPD_INCLUSION_DIRECTIVE); in WriteBlockInfoBlock()
2374 Abbrev->Add(BitCodeAbbrevOp(PPD_INCLUSION_DIRECTIVE)); in WritePreprocessorDetail()
2419 Record.push_back(PPD_INCLUSION_DIRECTIVE); in WritePreprocessorDetail()
H A DASTReader.cpp6024 case PPD_INCLUSION_DIRECTIVE: { in ReadPreprocessedEntity()