HomeSort by relevance Sort by last modified time
    Searched refs:SrcDecl (Results 1 - 3 of 3) sorted by null

  /external/clang/lib/CodeGen/
MicrosoftCXXABI.cpp 635 const CXXRecordDecl *SrcDecl = SrcRecordTy->getAsCXXRecordDecl();
637 if (CGF.getContext().getASTRecordLayout(SrcDecl).hasExtendableVFPtr())
641 llvm::Value *Offset = getPolymorphicOffset(CGF, SrcDecl, Value);
649 const CXXRecordDecl *SrcDecl = SrcRecordTy->getAsCXXRecordDecl();
651 !CGM.getContext().getASTRecordLayout(SrcDecl).hasExtendableVFPtr();
683 const CXXRecordDecl *SrcDecl = SrcRecordTy->getAsCXXRecordDecl();
685 !CGM.getContext().getASTRecordLayout(SrcDecl).hasExtendableVFPtr();
    [all...]
ItaniumCXXABI.cpp     [all...]
  /external/clang/lib/Sema/
SemaCast.cpp 668 const RecordDecl *SrcDecl = SrcRecord->getDecl()->getDefinition();
669 assert(SrcDecl && "Definition missing");
670 if (!cast<CXXRecordDecl>(SrcDecl)->isPolymorphic()) {
    [all...]

Completed in 62 milliseconds