Searched refs:ForVBTables (Results 1 - 2 of 2) sorted by relevance

/freebsd-11-stable/contrib/llvm-project/clang/include/clang/AST/
H A DVTableBuilder.h541 void computeVTablePaths(bool ForVBTables, const CXXRecordDecl *RD,
/freebsd-11-stable/contrib/llvm-project/clang/lib/AST/
H A DVTableBuilder.cpp3248 void MicrosoftVTableContext::computeVTablePaths(bool ForVBTables, argument
3255 if (ForVBTables ? Layout.hasOwnVBPtr() : Layout.hasOwnVFPtr())
3270 ForVBTables ? enumerateVBTables(Base) : getVFPtrOffsets(Base);
3290 Base == (ForVBTables ? Layout.getBaseSharingVBPtr()
3566 computeVTablePaths(/*ForVBTables=*/false, RD, *VFPtrs);
3675 computeVTablePaths(/*ForVBTables=*/true, RD, VBI->VBPtrPaths);

Completed in 111 milliseconds