Lines Matching refs:FullPathTy
3420 llvm::DenseSet<BaseSubobject>> FullPathTy; typedef
3429 FullPathTy &FullPath, in findPathsToSubobject()
3430 std::list<FullPathTy> &Paths) { in findPathsToSubobject()
3451 static void removeRedundantPaths(std::list<FullPathTy> &FullPaths) { in removeRedundantPaths()
3452 FullPaths.remove_if([&](const FullPathTy &SpecificPath) { in removeRedundantPaths()
3453 for (const FullPathTy &OtherPath : FullPaths) { in removeRedundantPaths()
3468 const FullPathTy &FullPath) { in getOffsetOfFullPath()
3498 static const FullPathTy *selectBestPath(ASTContext &Context, in selectBestPath()
3501 std::list<FullPathTy> &FullPaths) { in selectBestPath()
3508 const FullPathTy *BestPath = nullptr; in selectBestPath()
3511 for (const FullPathTy &SpecificPath : FullPaths) { in selectBestPath()
3572 FullPathTy FullPath; in computeFullPathsForVFTables()
3573 std::list<FullPathTy> FullPaths; in computeFullPathsForVFTables()
3582 if (const FullPathTy *BestPath = in computeFullPathsForVFTables()