Home | History | Annotate | Download | only in Sema

Lines Matching full:basepaths

772   CXXBasePaths BasePaths;
774 if (SrcRD->isDerivedFrom(DestRD, BasePaths))
776 else if (DestRD->isDerivedFrom(SrcRD, BasePaths))
783 for (CXXBasePaths::const_paths_iterator I = BasePaths.begin(),
784 E = BasePaths.end();