Home
last modified time | relevance | path

Searched refs:PathStorage (Results 1 – 16 of 16) sorted by relevance

/external/llvm-project/clang-tools-extra/clang-include-fixer/
DYamlSymbolIndex.cpp38 for (llvm::SmallString<128> PathStorage = Directory; !Directory.empty(); in createFromDirectory() local
40 assert(Directory.size() <= PathStorage.size()); in createFromDirectory()
41 PathStorage.resize(Directory.size()); // Shrink to parent. in createFromDirectory()
42 llvm::sys::path::append(PathStorage, Name); in createFromDirectory()
43 if (auto DB = createFromFile(PathStorage)) in createFromDirectory()
/external/llvm-project/clang/unittests/Tooling/
DCompilationDatabaseTest.cpp88 SmallString<16> PathStorage; in TEST() local
89 llvm::sys::path::native("//net/dir/file1", PathStorage); in TEST()
90 expected_files.push_back(std::string(PathStorage.str())); in TEST()
91 llvm::sys::path::native("//net/dir/file2", PathStorage); in TEST()
92 expected_files.push_back(std::string(PathStorage.str())); in TEST()
93 llvm::sys::path::native("//net/file1", PathStorage); in TEST()
94 expected_files.push_back(std::string(PathStorage.str())); in TEST()
/external/clang/unittests/Tooling/
DCompilationDatabaseTest.cpp77 SmallString<16> PathStorage; in TEST() local
78 llvm::sys::path::native("//net/dir/file1", PathStorage); in TEST()
79 expected_files.push_back(PathStorage.str()); in TEST()
80 llvm::sys::path::native("//net/dir/file2", PathStorage); in TEST()
81 expected_files.push_back(PathStorage.str()); in TEST()
/external/swiftshader/third_party/llvm-10.0/llvm/lib/Support/Windows/
DProgram.inc44 std::wstring PathStorage;
46 PathStorage.reserve(Paths.size() * MAX_PATH);
49 PathStorage.push_back(L';');
54 PathStorage.append(TmpPath.begin(), TmpPath.end());
56 Path = PathStorage.c_str();
/external/swiftshader/third_party/llvm-subzero/lib/Support/Windows/
DProgram.inc44 std::wstring PathStorage;
46 PathStorage.reserve(Paths.size() * MAX_PATH);
49 PathStorage.push_back(L';');
54 PathStorage.append(TmpPath.begin(), TmpPath.end());
56 Path = PathStorage.c_str();
/external/llvm-project/llvm/lib/Support/Windows/
DProgram.inc45 std::wstring PathStorage;
47 PathStorage.reserve(Paths.size() * MAX_PATH);
50 PathStorage.push_back(L';');
55 PathStorage.append(TmpPath.begin(), TmpPath.end());
57 Path = PathStorage.c_str();
/external/llvm/lib/Support/Windows/
DProgram.inc44 std::wstring PathStorage;
46 PathStorage.reserve(Paths.size() * MAX_PATH);
49 PathStorage.push_back(L';');
54 PathStorage.append(TmpPath.begin(), TmpPath.end());
56 Path = PathStorage.c_str();
/external/clang/lib/Tooling/
DTooling.cpp232 SmallString<1024> PathStorage; in mapVirtualFile() local
233 llvm::sys::path::native(FilePath, PathStorage); in mapVirtualFile()
234 MappedFileContents[PathStorage] = Content; in mapVirtualFile()
/external/llvm/lib/Support/Unix/
DPath.inc351 SmallString<128> PathStorage;
352 StringRef P = Path.toNullTerminatedStringRef(PathStorage);
425 SmallString<128> PathStorage;
426 StringRef P = Path.toNullTerminatedStringRef(PathStorage);
/external/swiftshader/third_party/llvm-subzero/lib/Support/Unix/
DPath.inc370 SmallString<128> PathStorage;
371 StringRef P = Path.toNullTerminatedStringRef(PathStorage);
444 SmallString<128> PathStorage;
445 StringRef P = Path.toNullTerminatedStringRef(PathStorage);
/external/swiftshader/third_party/llvm-10.0/llvm/lib/Support/Unix/
DPath.inc578 SmallString<128> PathStorage;
579 StringRef P = Path.toNullTerminatedStringRef(PathStorage);
718 SmallString<128> PathStorage;
719 StringRef P = Path.toNullTerminatedStringRef(PathStorage);
741 SmallString<128> PathStorage;
742 StringRef P = Path.toNullTerminatedStringRef(PathStorage);
/external/llvm-project/llvm/lib/Support/Unix/
DPath.inc602 SmallString<128> PathStorage;
603 StringRef P = Path.toNullTerminatedStringRef(PathStorage);
742 SmallString<128> PathStorage;
743 StringRef P = Path.toNullTerminatedStringRef(PathStorage);
765 SmallString<128> PathStorage;
766 StringRef P = Path.toNullTerminatedStringRef(PathStorage);
/external/llvm/lib/Support/
DPath.cpp872 SmallString<128> PathStorage; in create_directories() local
873 StringRef P = Path.toStringRef(PathStorage); in create_directories()
/external/swiftshader/third_party/llvm-subzero/lib/Support/
DPath.cpp874 SmallString<128> PathStorage; in create_directories() local
875 StringRef P = Path.toStringRef(PathStorage); in create_directories()
/external/swiftshader/third_party/llvm-10.0/llvm/lib/Support/
DPath.cpp940 SmallString<128> PathStorage; in create_directories() local
941 StringRef P = Path.toStringRef(PathStorage); in create_directories()
/external/llvm-project/llvm/lib/Support/
DPath.cpp967 SmallString<128> PathStorage; in create_directories() local
968 StringRef P = Path.toStringRef(PathStorage); in create_directories()