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

  /external/clang/lib/AST/
DeclCXX.cpp 171 CXXRecordDecl *BaseClassDecl
176 if (!BaseClassDecl->isEmpty()) {
196 if (BaseClassDecl->isPolymorphic())
202 if (!BaseClassDecl->isStandardLayout())
210 for (const auto &VBase : BaseClassDecl->vbases()) {
256 if (!BaseClassDecl->hasTrivialDefaultConstructor())
264 if (!BaseClassDecl->hasTrivialCopyConstructor())
270 if (!BaseClassDecl->hasTrivialMoveConstructor())
278 if (!BaseClassDecl->hasTrivialCopyAssignment())
284 if (!BaseClassDecl->hasTrivialMoveAssignment()
    [all...]
  /external/clang/lib/CodeGen/
CGClass.cpp 529 CXXRecordDecl *BaseClassDecl =
548 BaseClassDecl,
559 !BaseClassDecl->hasTrivialDestructor())
560 CGF.EHStack.pushCleanup<CallBaseDtor>(EHCleanup, BaseClassDecl,
    [all...]
CGCXXABI.h 269 const CXXRecordDecl *BaseClassDecl) = 0;
ItaniumCXXABI.cpp 211 const CXXRecordDecl *BaseClassDecl) override;
    [all...]
MicrosoftCXXABI.cpp 162 const CXXRecordDecl *BaseClassDecl) override;
    [all...]
  /external/clang/lib/Sema/
SemaCUDA.cpp 329 CXXRecordDecl *BaseClassDecl = cast<CXXRecordDecl>(BaseType->getDecl());
331 LookupSpecialMember(BaseClassDecl, CSM,
SemaDeclCXX.cpp     [all...]

Completed in 2256 milliseconds