Home
last modified time | relevance | path

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

/llvm-project-15.0.7/clang/include/clang/Serialization/
H A DASTBitCodes.h768 PPD_INCLUSION_DIRECTIVE = 2 enumerator
/llvm-project-15.0.7/clang/lib/Serialization/
H A DASTWriter.cpp1027 RECORD(PPD_INCLUSION_DIRECTIVE); in WriteBlockInfoBlock()
2557 Abbrev->Add(BitCodeAbbrevOp(PPD_INCLUSION_DIRECTIVE)); in WritePreprocessorDetail()
2602 Record.push_back(PPD_INCLUSION_DIRECTIVE); in WritePreprocessorDetail()
H A DASTReader.cpp6084 case PPD_INCLUSION_DIRECTIVE: { in ReadPreprocessedEntity()