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

  /external/clang/lib/Tooling/
Tooling.cpp 130 SmallString<1024> PathStorage;
132 llvm::sys::path::native(File, PathStorage);
133 return PathStorage.str();
142 llvm::sys::path::native(Twine(AbsolutePath), PathStorage);
143 return PathStorage.str();
153 SmallString<1024> PathStorage;
154 llvm::sys::path::native(FilePath, PathStorage);
155 MappedFileContents[PathStorage] = Content;
  /external/clang/unittests/Tooling/
CompilationDatabaseTest.cpp 71 SmallString<16> PathStorage;
72 llvm::sys::path::native("//net/dir/file1", PathStorage);
73 expected_files.push_back(PathStorage.str());
74 llvm::sys::path::native("//net/dir/file2", PathStorage);
75 expected_files.push_back(PathStorage.str());

Completed in 59 milliseconds