Searched refs:FullPathTy (Results 1 – 1 of 1) sorted by relevance
3515 llvm::DenseSet<BaseSubobject>> FullPathTy; typedef3524 FullPathTy &FullPath, in findPathsToSubobject()3525 std::list<FullPathTy> &Paths) { in findPathsToSubobject()3546 static void removeRedundantPaths(std::list<FullPathTy> &FullPaths) { in removeRedundantPaths()3547 FullPaths.remove_if([&](const FullPathTy &SpecificPath) { in removeRedundantPaths()3548 for (const FullPathTy &OtherPath : FullPaths) { in removeRedundantPaths()3563 const FullPathTy &FullPath) { in getOffsetOfFullPath()3593 static const FullPathTy *selectBestPath(ASTContext &Context, in selectBestPath()3596 std::list<FullPathTy> &FullPaths) { in selectBestPath()3603 const FullPathTy *BestPath = nullptr; in selectBestPath()[all …]