HomeSort by relevance Sort by last modified time
    Searched refs:LastComponent (Results 1 - 3 of 3) sorted by null

  /external/clang/lib/Driver/
ToolChain.cpp 172 std::string::size_type LastComponent =
174 if (LastComponent == std::string::npos)
179 Prefix = Prefix.slice(0, LastComponent);
  /external/llvm/unittests/Support/
Path.cpp 285 StringRef LastComponent = *path::rbegin(Path);
286 EXPECT_EQ(".", LastComponent);
297 StringRef LastComponent = *path::rbegin(Path);
298 EXPECT_EQ(1u, LastComponent.size());
299 EXPECT_TRUE(path::is_separator(LastComponent[0]));
    [all...]
  /external/clang/lib/Basic/
VirtualFileSystem.cpp     [all...]

Completed in 214 milliseconds