Home
last modified time | relevance | path

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

/external/clang/include/clang/Serialization/
DASTBitCodes.h628 PPD_MACRO_EXPANSION = 0, enumerator
/external/clang/lib/Serialization/
DASTWriter.cpp1094 RECORD(PPD_MACRO_EXPANSION); in WriteBlockInfoBlock()
2290 Stream.EmitRecord(PPD_MACRO_EXPANSION, Record); in WritePreprocessorDetail()
DASTReader.cpp4883 case PPD_MACRO_EXPANSION: { in ReadPreprocessedEntity()