Fixes an instance of -Woverloaded-virtual on GCC.
Clarifies the purpose of this particular function.
Frees up a register that was being used for this pointless parameter of type llvm::NoneType.
Also eliminate virtual from view(PathRef) because it is not intended to be overridden.
(This is how I propose to address the underlying issue that led to D82617, instead of D82617. Of course the final call is Kadir's-or-Sam's-or-ultimately-certainly-not-mine.)
clang-format: please reformat the code