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.h636 PPD_MACRO_EXPANSION = 0, enumerator
/external/clang/lib/Serialization/
DASTWriter.cpp1144 RECORD(PPD_MACRO_EXPANSION); in WriteBlockInfoBlock()
2368 Stream.EmitRecord(PPD_MACRO_EXPANSION, Record); in WritePreprocessorDetail()
DASTReader.cpp4906 case PPD_MACRO_EXPANSION: { in ReadPreprocessedEntity()