Home
last modified time | relevance | path

Searched refs:VTTVTables (Results 1 – 2 of 2) sorted by relevance

/freebsd/contrib/llvm-project/clang/include/clang/AST/
H A DVTTBuilder.h80 VTTVTablesVectorTy VTTVTables; variable
147 return VTTVTables; in getVTTVTables()
/freebsd/contrib/llvm-project/clang/lib/AST/
H A DVTTBuilder.cpp195 uint64_t VTableIndex = VTTVTables.size(); in LayoutVTT()
196 VTTVTables.push_back(VTTVTable(Base, BaseIsVirtual)); in LayoutVTT()