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

References

tools/clang/tools/extra/clangd/index/SymbolCollector.cpp
   61       AbsolutePath = *CanonPath;
   66   if (!llvm::sys::path::is_absolute(AbsolutePath) && !Opts.FallbackDir.empty())
   67     llvm::sys::fs::make_absolute(Opts.FallbackDir, AbsolutePath);
   68   llvm::sys::path::remove_dots(AbsolutePath, /*remove_dot_dot=*/true);
   69   return URI::create(AbsolutePath).toString();