Home
last modified time | relevance | path

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

/llvm-project/clang-tools-extra/clangd/
H A DFS.cpp30 llvm::SmallString<32> PathStore(File); in update() local
31 if (FS.makeAbsolute(PathStore)) in update()
33 llvm::sys::path::remove_dots(PathStore, /*remove_dot_dot=*/true); in update()
35 if (PathStore == MainFilePath) in update()
38 StatCache.insert({PathStore, std::move(S)}); in update()
/llvm-project/llvm/lib/CodeGen/AsmPrinter/
H A DCodeViewDebug.cpp792 llvm::SmallString<256> PathStore(PathRef); in emitObjName() local
798 PathRef = PathStore; in emitObjName()