Home
last modified time | relevance | path

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

/freebsd-10-stable/contrib/llvm/tools/clang/include/clang/AST/
DVTableBuilder.h313 VTableLayoutMapTy VTableLayouts; variable
334 assert(VTableLayouts.count(RD) && "No layout for this record decl!"); in getVTableLayout()
336 return *VTableLayouts[RD]; in getVTableLayout()
/freebsd-10-stable/contrib/llvm/tools/clang/lib/AST/
DVTableBuilder.cpp2289 llvm::DeleteContainerSeconds(VTableLayouts); in ~ItaniumVTableContext()
2353 const VTableLayout *&Entry = VTableLayouts[RD]; in computeVTableRelatedInformation()