Home
last modified time | relevance | path

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

/external/clang/lib/Sema/
DSemaCast.cpp772 CXXBasePaths BasePaths; in DiagnoseReinterpretUpDownCast() local
774 if (SrcRD->isDerivedFrom(DestRD, BasePaths)) in DiagnoseReinterpretUpDownCast()
776 else if (DestRD->isDerivedFrom(SrcRD, BasePaths)) in DiagnoseReinterpretUpDownCast()
783 for (CXXBasePaths::const_paths_iterator I = BasePaths.begin(), in DiagnoseReinterpretUpDownCast()
784 E = BasePaths.end(); in DiagnoseReinterpretUpDownCast()
/external/clang/lib/AST/
DVTableBuilder.cpp3294 const VPtrInfoVector &BasePaths = in computeVTablePaths() local
3297 for (VPtrInfo *BaseInfo : BasePaths) { in computeVTablePaths()