HomeSort by relevance Sort by last modified time
    Searched refs:BaseClassDecl (Results 1 - 6 of 6) 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 393 CXXRecordDecl *BaseClassDecl =
412 BaseClassDecl,
424 !BaseClassDecl->hasTrivialDestructor())
425 CGF.EHStack.pushCleanup<CallBaseDtor>(EHCleanup, BaseClassDecl,
    [all...]
CGCXXABI.h 237 const CXXRecordDecl *BaseClassDecl) = 0;
ItaniumCXXABI.cpp 139 const CXXRecordDecl *BaseClassDecl) override;
    [all...]
MicrosoftCXXABI.cpp 92 const CXXRecordDecl *BaseClassDecl) override;
744 const CXXRecordDecl *BaseClassDecl) {
751 CGM.getMicrosoftVTableContext().getVBTableIndex(ClassDecl, BaseClassDecl);
    [all...]
  /external/clang/lib/Sema/
SemaDeclCXX.cpp     [all...]

Completed in 615 milliseconds