Home
last modified time | relevance | path

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

/external/clang/include/clang/Serialization/
DASTBitCodes.h643 PPD_INCLUSION_DIRECTIVE = 2 enumerator
/external/llvm-project/clang/include/clang/Serialization/
DASTBitCodes.h761 PPD_INCLUSION_DIRECTIVE = 2 enumerator
/external/clang/lib/Serialization/
DASTWriter.cpp1146 RECORD(PPD_INCLUSION_DIRECTIVE); in WriteBlockInfoBlock()
2330 Abbrev->Add(BitCodeAbbrevOp(PPD_INCLUSION_DIRECTIVE)); in WritePreprocessorDetail()
2373 Record.push_back(PPD_INCLUSION_DIRECTIVE); in WritePreprocessorDetail()
DASTReader.cpp4940 case PPD_INCLUSION_DIRECTIVE: { in ReadPreprocessedEntity()
/external/llvm-project/clang/lib/Serialization/
DASTWriter.cpp957 RECORD(PPD_INCLUSION_DIRECTIVE); in WriteBlockInfoBlock()
2369 Abbrev->Add(BitCodeAbbrevOp(PPD_INCLUSION_DIRECTIVE)); in WritePreprocessorDetail()
2414 Record.push_back(PPD_INCLUSION_DIRECTIVE); in WritePreprocessorDetail()
DASTReader.cpp5997 case PPD_INCLUSION_DIRECTIVE: { in ReadPreprocessedEntity()