Searched refs:EmptyPrefix (Results 1 – 2 of 2) sorted by relevance
| /llvm-project-15.0.7/clang-tools-extra/clangd/ |
| H A D | InlayHints.cpp | 186 std::string EmptyPrefix; in getDesignators() local 188 Designators, NestedBraces, EmptyPrefix); in getDesignators()
|
| /llvm-project-15.0.7/llvm/unittests/Support/ |
| H A D | Path.cpp | 1606 SmallString<64> EmptyPrefix(""); in TEST() local 1622 Found = path::replace_path_prefix(Path, EmptyPrefix, NewPrefix); in TEST() 1626 Found = path::replace_path_prefix(Path, OldPrefix, EmptyPrefix); in TEST() 1630 Found = path::replace_path_prefix(Path, OldPrefixSep, EmptyPrefix); in TEST() 1642 Found = path::replace_path_prefix(Path, EmptyPrefix, NewPrefix); in TEST()
|