Lines Matching refs:FullPathTy
3417 llvm::DenseSet<BaseSubobject>> FullPathTy; typedef
3426 FullPathTy &FullPath, in findPathsToSubobject()
3427 std::list<FullPathTy> &Paths) { in findPathsToSubobject()
3448 static void removeRedundantPaths(std::list<FullPathTy> &FullPaths) { in removeRedundantPaths()
3449 FullPaths.remove_if([&](const FullPathTy &SpecificPath) { in removeRedundantPaths()
3450 for (const FullPathTy &OtherPath : FullPaths) { in removeRedundantPaths()
3465 const FullPathTy &FullPath) { in getOffsetOfFullPath()
3495 static const FullPathTy *selectBestPath(ASTContext &Context, in selectBestPath()
3498 std::list<FullPathTy> &FullPaths) { in selectBestPath()
3505 const FullPathTy *BestPath = nullptr; in selectBestPath()
3508 for (const FullPathTy &SpecificPath : FullPaths) { in selectBestPath()
3569 FullPathTy FullPath; in computeFullPathsForVFTables()
3570 std::list<FullPathTy> FullPaths; in computeFullPathsForVFTables()
3579 if (const FullPathTy *BestPath = in computeFullPathsForVFTables()