Home
last modified time | relevance | path

Searched refs:BasePaths (Results 1 – 1 of 1) sorted by relevance

/freebsd-10-stable/contrib/llvm/tools/clang/lib/Sema/
DSemaCast.cpp735 CXXBasePaths BasePaths; in DiagnoseReinterpretUpDownCast() local
737 if (SrcRD->isDerivedFrom(DestRD, BasePaths)) in DiagnoseReinterpretUpDownCast()
739 else if (DestRD->isDerivedFrom(SrcRD, BasePaths)) in DiagnoseReinterpretUpDownCast()
746 for (CXXBasePaths::const_paths_iterator I = BasePaths.begin(), in DiagnoseReinterpretUpDownCast()
747 E = BasePaths.end(); in DiagnoseReinterpretUpDownCast()