Home
last modified time | relevance | path

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

/freebsd-12.1/contrib/llvm/tools/clang/include/clang/AST/
H A DVTableBuilder.h359 VTableLayoutMapTy VTableLayouts; variable
380 assert(VTableLayouts.count(RD) && "No layout for this record decl!"); in getVTableLayout()
382 return *VTableLayouts[RD]; in getVTableLayout()
/freebsd-12.1/contrib/llvm/tools/clang/lib/AST/
H A DVTableBuilder.cpp2278 std::unique_ptr<const VTableLayout> &Entry = VTableLayouts[RD]; in computeVTableRelatedInformation()