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 154 CXXRecordDecl *BaseClassDecl
159 if (!BaseClassDecl->isEmpty()) {
179 if (BaseClassDecl->isPolymorphic())
185 if (!BaseClassDecl->isStandardLayout())
194 BaseClassDecl->vbases_begin(),
195 E = BaseClassDecl->vbases_end(); VBase != E; ++VBase) {
241 if (!BaseClassDecl->hasTrivialDefaultConstructor())
249 if (!BaseClassDecl->hasTrivialCopyConstructor())
255 if (!BaseClassDecl->hasTrivialMoveConstructor())
263 if (!BaseClassDecl->hasTrivialCopyAssignment()
    [all...]
  /external/clang/lib/CodeGen/
CGClass.cpp 391 CXXRecordDecl *BaseClassDecl =
410 BaseClassDecl,
422 !BaseClassDecl->hasTrivialDestructor())
423 CGF.EHStack.pushCleanup<CallBaseDtor>(EHCleanup, BaseClassDecl,
    [all...]
CGCXXABI.h 218 const CXXRecordDecl *BaseClassDecl) = 0;
ItaniumCXXABI.cpp 108 const CXXRecordDecl *BaseClassDecl);
744 const CXXRecordDecl *BaseClassDecl) {
747 CGM.getVTableContext().getVirtualBaseOffsetOffset(ClassDecl, BaseClassDecl);
    [all...]
MicrosoftCXXABI.cpp 59 const CXXRecordDecl *BaseClassDecl);
325 const CXXRecordDecl *BaseClassDecl) {
329 CharUnits VBTableChars = IntSize * GetVBTableIndex(ClassDecl, BaseClassDecl);
    [all...]
  /external/clang/lib/Sema/
SemaDeclCXX.cpp     [all...]

Completed in 465 milliseconds