Home
last modified time | relevance | path

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

/freebsd-12-stable/contrib/llvm-project/clang/include/clang/Serialization/
DASTBitCodes.h543 VTABLE_USES = 19, enumerator
/freebsd-12-stable/contrib/llvm-project/clang/lib/Serialization/
DASTWriter.cpp756 RECORD(VTABLE_USES); in WriteBlockInfoBlock()
4746 Stream.EmitRecord(VTABLE_USES, VTableUses); in WriteASTCore()
DASTReader.cpp3474 case VTABLE_USES: in ReadASTBlock()