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

  /src/external/apache2/llvm/dist/clang/include/clang/AST/
VTableBuilder.h 450 : ObjectWithVPtr(RD), IntroducingObject(RD), NextBaseToMangle(RD) {}
459 const CXXRecordDecl *IntroducingObject;
461 /// IntroducingObject is at this offset from its containing complete object or
  /src/external/apache2/llvm/dist/clang/lib/AST/
VTableBuilder.cpp 3424 // (RD, Offset) to the subobject located at IntroducingObject.
3428 BaseSubobject IntroducingObject,
3431 if (BaseSubobject(RD, Offset) == IntroducingObject) {
3445 IntroducingObject, FullPath, Paths);
3520 for (const CXXMethodDecl *MD : Info.IntroducingObject->methods()) {
3577 BaseSubobject(Info->IntroducingObject, Info->FullOffsetInMDC), FullPath,
  /src/external/apache2/llvm/dist/clang/lib/CodeGen/
MicrosoftCXXABI.cpp 102 Context.getASTRecordLayout(VBT->IntroducingObject);
1279 Context.getASTRecordLayout(VBT->IntroducingObject);
2146 getContext().getASTRecordLayout(VBT.IntroducingObject);

Completed in 71 milliseconds