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

References

tools/clang/tools/extra/clangd/CodeComplete.cpp
 1486     Req.ProximityPaths.push_back(FileName);
tools/clang/tools/extra/clangd/index/Index.cpp
   41       O.map("ProximityPaths", Request.ProximityPaths) &&
   55       {"ProximityPaths", llvm::json::Array{Request.ProximityPaths}},
tools/clang/tools/extra/clangd/index/Index.h
   53                     ProximityPaths, PreferredTypes) ==
   55                     Req.RestrictForCodeCompletion, Req.ProximityPaths,
tools/clang/tools/extra/clangd/index/dex/Dex.cpp
  193   Criteria.push_back(createFileProximityIterator(Req.ProximityPaths));
tools/clang/tools/extra/clangd/unittests/DexTests.cpp
  661   Req.ProximityPaths = {testPath("a/b/c/d/e/f/file.h")};
  666   Req.ProximityPaths = {testPath("file.h")};