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 762 const CXXRecordDecl *DestRD = DestType->getPointeeCXXRecordDecl();
764 if (!DestRD || !DestRD->isCompleteDefinition() || DestRD->isInvalidDecl())
774 if (SrcRD->isDerivedFrom(DestRD, BasePaths))
776 else if (DestRD->isDerivedFrom(SrcRD, BasePaths))
    [all...]
  /external/clang/lib/AST/
ExprCXX.cpp 587 const CXXRecordDecl *DestRD =
590 return !DestRD->isDerivedFrom(SrcRD);
    [all...]

Completed in 107 milliseconds