Home
last modified time | relevance | path

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

/external/clang/include/clang/AST/
DVTableBuilder.h344 VTableLayoutMapTy VTableLayouts; variable
365 assert(VTableLayouts.count(RD) && "No layout for this record decl!"); in getVTableLayout()
367 return *VTableLayouts[RD]; in getVTableLayout()
/external/clang/lib/AST/
DVTableBuilder.cpp2238 llvm::DeleteContainerSeconds(VTableLayouts); in ~ItaniumVTableContext()
2297 const VTableLayout *&Entry = VTableLayouts[RD]; in computeVTableRelatedInformation()