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

  /src/external/apache2/llvm/dist/clang/lib/Sema/
SemaCast.cpp 876 const RecordDecl *SrcDecl = SrcRecord->getDecl()->getDefinition();
877 assert(SrcDecl && "Definition missing");
878 if (!cast<CXXRecordDecl>(SrcDecl)->isPolymorphic()) {
  /src/external/apache2/llvm/dist/clang/lib/CodeGen/
ItaniumCXXABI.cpp 1493 const CXXRecordDecl *SrcDecl = SrcRecordTy->getAsCXXRecordDecl();
1497 computeOffsetHint(CGF.getContext(), SrcDecl, DestDecl).getQuantity());
MicrosoftCXXABI.cpp 921 const CXXRecordDecl *SrcDecl = SrcRecordTy->getAsCXXRecordDecl();
927 if (Context.getASTRecordLayout(SrcDecl).hasExtendableVFPtr())
929 SrcDecl);
934 for (auto &Base : SrcDecl->vbases()) {
944 GetVirtualBaseClassOffset(CGF, Value, SrcDecl, PolymorphicBase);
948 CGF.CGM.getVBaseAlignment(Value.getAlignment(), SrcDecl, PolymorphicBase);
954 const CXXRecordDecl *SrcDecl = SrcRecordTy->getAsCXXRecordDecl();
956 !getContext().getASTRecordLayout(SrcDecl).hasExtendableVFPtr();
988 const CXXRecordDecl *SrcDecl = SrcRecordTy->getAsCXXRecordDecl();
990 !getContext().getASTRecordLayout(SrcDecl).hasExtendableVFPtr()
    [all...]

Completed in 38 milliseconds