Lines Matching refs:FullPathTy
3416 llvm::DenseSet<BaseSubobject>> FullPathTy; typedef
3425 FullPathTy &FullPath, in findPathsToSubobject()
3426 std::list<FullPathTy> &Paths) { in findPathsToSubobject()
3447 static void removeRedundantPaths(std::list<FullPathTy> &FullPaths) { in removeRedundantPaths()
3448 FullPaths.remove_if([&](const FullPathTy &SpecificPath) { in removeRedundantPaths()
3449 for (const FullPathTy &OtherPath : FullPaths) { in removeRedundantPaths()
3464 const FullPathTy &FullPath) { in getOffsetOfFullPath()
3494 static const FullPathTy *selectBestPath(ASTContext &Context, in selectBestPath()
3497 std::list<FullPathTy> &FullPaths) { in selectBestPath()
3504 const FullPathTy *BestPath = nullptr; in selectBestPath()
3507 for (const FullPathTy &SpecificPath : FullPaths) { in selectBestPath()
3568 FullPathTy FullPath; in computeFullPathsForVFTables()
3569 std::list<FullPathTy> FullPaths; in computeFullPathsForVFTables()
3578 if (const FullPathTy *BestPath = in computeFullPathsForVFTables()