Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/clang/lib/Sema/
H A DSemaCast.cpp1023 CXXBasePaths BasePaths; in DiagnoseReinterpretUpDownCast() local
1025 if (SrcRD->isDerivedFrom(DestRD, BasePaths)) in DiagnoseReinterpretUpDownCast()
1027 else if (DestRD->isDerivedFrom(SrcRD, BasePaths)) in DiagnoseReinterpretUpDownCast()
1034 for (CXXBasePaths::const_paths_iterator I = BasePaths.begin(), in DiagnoseReinterpretUpDownCast()
1035 E = BasePaths.end(); in DiagnoseReinterpretUpDownCast()
/freebsd/contrib/llvm-project/clang/lib/AST/
H A DVTableBuilder.cpp3412 const VPtrInfoVector &BasePaths = in computeVTablePaths() local
3415 for (const std::unique_ptr<VPtrInfo> &BaseInfo : BasePaths) { in computeVTablePaths()