Home
last modified time | relevance | path

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

/external/clang/include/clang/Serialization/
DASTBitCodes.h403 METHOD_POOL = 12, enumerator
/external/clang/lib/Serialization/
DASTWriter.cpp897 RECORD(METHOD_POOL); in WriteBlockInfoBlock()
3049 Abbrev->Add(BitCodeAbbrevOp(METHOD_POOL)); in WriteSelectors()
3057 Record.push_back(METHOD_POOL); in WriteSelectors()
DASTReader.cpp2926 case METHOD_POOL: in ReadASTBlock()