reference, declarationdefinition
definition → references, declarations, derived classes, virtual overrides
reference to multiple definitions → definitions
unreferenced

References

tools/clang/lib/AST/VTableBuilder.cpp
 3381                                  FullPathTy &FullPath,
 3382                                  std::list<FullPathTy> &Paths) {
 3403 static void removeRedundantPaths(std::list<FullPathTy> &FullPaths) {
 3405     for (const FullPathTy &OtherPath : FullPaths) {
 3420                                      const FullPathTy &FullPath) {
 3450 static const FullPathTy *selectBestPath(ASTContext &Context,
 3453                                         std::list<FullPathTy> &FullPaths) {
 3460   const FullPathTy *BestPath = nullptr;
 3463   for (const FullPathTy &SpecificPath : FullPaths) {
 3524   FullPathTy FullPath;
 3525   std::list<FullPathTy> FullPaths;
 3534     if (const FullPathTy *BestPath =