OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:PathStorage
(Results
1 - 3
of
3
) sorted by null
/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());
/external/clang/lib/Tooling/
Tooling.cpp
194
SmallString<1024>
PathStorage
;
195
llvm::sys::path::native(FilePath,
PathStorage
);
196
MappedFileContents[
PathStorage
] = Content;
/external/llvm/lib/Support/
Path.cpp
827
SmallString<128>
PathStorage
;
828
StringRef P = Path.toStringRef(
PathStorage
);
Completed in 379 milliseconds