HomeSort by: relevance | last modified time | path
    Searched refs:getVBaseWithVPtr (Results 1 - 3 of 3) sorted by relevancy

  /src/external/apache2/llvm/dist/clang/include/clang/AST/
VTableBuilder.h 490 const CXXRecordDecl *getVBaseWithVPtr() const {
  /src/external/apache2/llvm/dist/clang/lib/CodeGen/
MicrosoftCXXABI.cpp 105 if (VBT->getVBaseWithVPtr())
106 Offs += Layout.getVBaseClassOffset(VBT->getVBaseWithVPtr());
1282 if (VBT->getVBaseWithVPtr())
1283 Offs += Layout.getVBaseClassOffset(VBT->getVBaseWithVPtr());
2164 if (VBT.getVBaseWithVPtr())
2166 DerivedLayout.getVBaseClassOffset(VBT.getVBaseWithVPtr());
3790 if (const CXXRecordDecl *VBase = Info.getVBaseWithVPtr())
  /src/external/apache2/llvm/dist/clang/lib/AST/
VTableBuilder.cpp 2558 MethodVFTableLocation Loc(MI.VBTableIndex, WhichVFPtr.getVBaseWithVPtr(),
2868 VBaseMap.find(WhichVFPtr.getVBaseWithVPtr());
2874 Overrider.VirtualBase == WhichVFPtr.getVBaseWithVPtr())
3003 WhichVFPtr.getVBaseWithVPtr())
3351 if (const CXXRecordDecl *VB = P->getVBaseWithVPtr())

Completed in 56 milliseconds