Home
last modified time | relevance | path

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

/freebsd-10-stable/contrib/llvm/tools/clang/include/clang/Serialization/
DASTBitCodes.h534 MACRO_TABLE = 48, enumerator
/freebsd-10-stable/contrib/llvm/tools/clang/lib/Serialization/
DASTWriter.cpp850 RECORD(MACRO_TABLE); in WriteBlockInfoBlock()
2066 Abbrev->Add(BitCodeAbbrevOp(MACRO_TABLE)); in WritePreprocessor()
2071 Record.push_back(MACRO_TABLE); in WritePreprocessor()
DASTReader.cpp2751 case MACRO_TABLE: { in ReadASTBlock()