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

  /external/clang/lib/Sema/
SemaCast.cpp 731 const CXXRecordDecl *DestRD = DestType->getPointeeCXXRecordDecl();
733 if (!DestRD || !DestRD->isCompleteDefinition() || DestRD->isInvalidDecl())
743 if (SrcRD->isDerivedFrom(DestRD, BasePaths))
745 else if (DestRD->isDerivedFrom(SrcRD, BasePaths))
    [all...]
  /external/clang/lib/AST/
ExprCXX.cpp 665 const CXXRecordDecl *DestRD =
668 return !DestRD->isDerivedFrom(SrcRD);
    [all...]

Completed in 137 milliseconds