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

/external/clang/include/clang/AST/
H A DVTableBuilder.h528 void computeVTablePaths(bool ForVBTables, const CXXRecordDecl *RD,
/external/clang/lib/AST/
H A DVTableBuilder.cpp3273 void MicrosoftVTableContext::computeVTablePaths(bool ForVBTables, argument
3280 if (ForVBTables ? Layout.hasOwnVBPtr() : Layout.hasOwnVFPtr())
3295 ForVBTables ? enumerateVBTables(Base) : getVFPtrOffsets(Base);
3315 Base == (ForVBTables ? Layout.getBaseSharingVBPtr()
3582 computeVTablePaths(/*ForVBTables=*/false, RD, *VFPtrs);
3686 computeVTablePaths(/*ForVBTables=*/true, RD, VBI->VBPtrPaths);

Completed in 146 milliseconds