Searched defs:BaseWithVPtr (Results 1 - 2 of 2) sorted by relevance

/external/clang/include/clang/AST/
H A DVTableBuilder.h402 : ReusingBase(RD), BaseWithVPtr(RD), NextBaseToMangle(RD) {}
410 /// BaseWithVPtr is at this offset from its containing complete object or
415 const CXXRecordDecl *BaseWithVPtr; member in struct:clang::VPtrInfo
/external/clang/lib/AST/
H A DVTableBuilder.cpp3404 // (RD, Offset) to the subobject located at BaseWithVPtr.
3408 BaseSubobject BaseWithVPtr,
3411 if (BaseSubobject(RD, Offset) == BaseWithVPtr) {
3425 BaseWithVPtr, FullPath, Paths);
3500 for (const CXXMethodDecl *MD : Info->BaseWithVPtr->methods()) {
3558 BaseSubobject(Info->BaseWithVPtr, Info->FullOffsetInMDC), FullPath,
3405 findPathsToSubobject(ASTContext &Context, const ASTRecordLayout &MostDerivedLayout, const CXXRecordDecl *RD, CharUnits Offset, BaseSubobject BaseWithVPtr, FullPathTy &FullPath, std::list<FullPathTy> &Paths) argument

Completed in 147 milliseconds