Home
last modified time | relevance | path

Searched refs:FullPathTy (Results 1 – 1 of 1) sorted by relevance

/freebsd-12.1/contrib/llvm/tools/clang/lib/AST/
H A DVTableBuilder.cpp3373 llvm::DenseSet<BaseSubobject>> FullPathTy; typedef
3382 FullPathTy &FullPath, in findPathsToSubobject()
3383 std::list<FullPathTy> &Paths) { in findPathsToSubobject()
3405 FullPaths.remove_if([&](const FullPathTy &SpecificPath) { in removeRedundantPaths()
3406 for (const FullPathTy &OtherPath : FullPaths) { in removeRedundantPaths()
3451 static const FullPathTy *selectBestPath(ASTContext &Context, in selectBestPath()
3461 const FullPathTy *BestPath = nullptr; in selectBestPath()
3464 for (const FullPathTy &SpecificPath : FullPaths) { in selectBestPath()
3525 FullPathTy FullPath; in computeFullPathsForVFTables()
3526 std::list<FullPathTy> FullPaths; in computeFullPathsForVFTables()
[all …]