Home
last modified time | relevance | path

Searched refs:IncludingDir (Results 1 – 1 of 1) sorted by relevance

/llvm-project-15.0.7/clang-tools-extra/clangd/
H A DHeaders.cpp342 StringRef IncludingDir = llvm::sys::path::parent_path(IncludingFile); in calculateIncludePath() local
345 llvm::sys::path::replace_path_prefix(RelFile, IncludingDir, "./"); in calculateIncludePath()