Home
last modified time | relevance | path

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

/external/clang/include/clang/Serialization/
DASTBitCodes.h616 PPD_INCLUSION_DIRECTIVE = 2 enumerator
/external/clang/lib/Serialization/
DASTWriter.cpp1053 RECORD(PPD_INCLUSION_DIRECTIVE); in WriteBlockInfoBlock()
2238 Abbrev->Add(BitCodeAbbrevOp(PPD_INCLUSION_DIRECTIVE)); in WritePreprocessorDetail()
2281 Record.push_back(PPD_INCLUSION_DIRECTIVE); in WritePreprocessorDetail()
DASTReader.cpp4968 case PPD_INCLUSION_DIRECTIVE: { in ReadPreprocessedEntity()