Home
last modified time | relevance | path

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

/freebsd-11-stable/contrib/llvm-project/clang/include/clang/Serialization/
HDASTBitCodes.h710 PPD_MACRO_EXPANSION = 0, enumerator
/freebsd-11-stable/contrib/llvm-project/clang/lib/Serialization/
HDASTWriter.cpp923 RECORD(PPD_MACRO_EXPANSION); in WriteBlockInfoBlock()
2352 Stream.EmitRecord(PPD_MACRO_EXPANSION, Record); in WritePreprocessorDetail()
HDASTReader.cpp5935 case PPD_MACRO_EXPANSION: { in ReadPreprocessedEntity()