Home
last modified time | relevance | path

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

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