Home
last modified time | relevance | path

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

/external/llvm-project/clang-tools-extra/clangd/
DFS.cpp43 llvm::SmallString<256> PathLookup(File); in lookup() local
44 llvm::sys::path::remove_dots(PathLookup, /*remove_dot_dot=*/true); in lookup()
46 auto I = StatCache.find(PathLookup); in lookup()
/external/protobuf/src/google/protobuf/compiler/
Dcommand_line_interface_unittest.cc1050 TEST_F(CommandLineInterfaceTest, PathLookup) { in TEST_F() argument