Lines Matching refs:FullPathTy
3513 llvm::DenseSet<BaseSubobject>> FullPathTy; typedef
3522 FullPathTy &FullPath, in findPathsToSubobject()
3523 std::list<FullPathTy> &Paths) { in findPathsToSubobject()
3544 static void removeRedundantPaths(std::list<FullPathTy> &FullPaths) { in removeRedundantPaths()
3545 FullPaths.remove_if([&](const FullPathTy &SpecificPath) { in removeRedundantPaths()
3546 for (const FullPathTy &OtherPath : FullPaths) { in removeRedundantPaths()
3561 const FullPathTy &FullPath) { in getOffsetOfFullPath()
3591 static const FullPathTy *selectBestPath(ASTContext &Context, in selectBestPath()
3594 std::list<FullPathTy> &FullPaths) { in selectBestPath()
3601 const FullPathTy *BestPath = nullptr; in selectBestPath()
3604 for (const FullPathTy &SpecificPath : FullPaths) { in selectBestPath()
3665 FullPathTy FullPath; in computeFullPathsForVFTables()
3666 std::list<FullPathTy> FullPaths; in computeFullPathsForVFTables()
3675 if (const FullPathTy *BestPath = in computeFullPathsForVFTables()