Home
last modified time | relevance | path

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

/NextBSD/contrib/llvm/tools/clang/include/clang/AST/
HDVTableBuilder.h319 VTableLayoutMapTy VTableLayouts; variable
340 assert(VTableLayouts.count(RD) && "No layout for this record decl!"); in getVTableLayout()
342 return *VTableLayouts[RD]; in getVTableLayout()
/NextBSD/contrib/llvm/tools/clang/lib/AST/
HDVTableBuilder.cpp2274 llvm::DeleteContainerSeconds(VTableLayouts); in ~ItaniumVTableContext()
2336 const VTableLayout *&Entry = VTableLayouts[RD]; in computeVTableRelatedInformation()