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

  /external/clang/lib/Sema/
SemaCast.cpp 640 const RecordDecl *SrcDecl = SrcRecord->getDecl()->getDefinition();
641 assert(SrcDecl && "Definition missing");
642 if (!cast<CXXRecordDecl>(SrcDecl)->isPolymorphic()) {
    [all...]
  /external/clang/lib/CodeGen/
ItaniumCXXABI.cpp 351 const CXXRecordDecl *SrcDecl = SrcTy->getClass()->getAsCXXRecordDecl();
359 DerivedDecl = SrcDecl;
    [all...]

Completed in 228 milliseconds