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

References

tools/clang/tools/extra/clangd/HeaderSourceSwitch.cpp
   57     llvm::sys::path::replace_extension(NewPath, NewExt);
   58     if (VFS->exists(NewPath))
   59       return NewPath.str().str(); // First str() to convert from SmallString to
   64     llvm::sys::path::replace_extension(NewPath, NewExt.upper());
   65     if (VFS->exists(NewPath))
   66       return NewPath.str().str();