Home
last modified time | relevance | path

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

/llvm-project-15.0.7/clang-tools-extra/clangd/
H A DFS.cpp28 llvm::SmallString<32> PathStore(S.getName()); in update() local
29 if (FS.makeAbsolute(PathStore)) in update()
31 llvm::sys::path::remove_dots(PathStore, /*remove_dot_dot=*/true); in update()
33 if (PathStore == MainFilePath) in update()
36 StatCache.insert({PathStore, std::move(S)}); in update()
/llvm-project-15.0.7/llvm/lib/CodeGen/AsmPrinter/
H A DCodeViewDebug.cpp787 llvm::SmallString<256> PathStore(PathRef); in emitObjName() local
793 llvm::sys::path::remove_dots(PathStore, /*remove_dot_dot=*/true); in emitObjName()
794 PathRef = PathStore; in emitObjName()