Home
last modified time | relevance | path

Searched refs:HeaderPath (Results 1 – 25 of 212) sorted by relevance

123456789

/dports/devel/qtcreator/qt-creator-opensource-src-5.0.3/src/plugins/projectexplorer/
H A Dheaderpath.h40 class HeaderPath
43 HeaderPath() = default;
44 HeaderPath(const QString &path, HeaderPathType type) in HeaderPath() function
48 bool operator==(const HeaderPath &other) const
53 bool operator!=(const HeaderPath &other) const
62 inline auto qHash(const HeaderPath &key, uint seed = 0)
67 using HeaderPaths = QVector<HeaderPath>;
/dports/devel/qtcreator/qt-creator-opensource-src-5.0.3/tests/unit/unittest/
H A Dheaderpathfilter-test.cpp34 using ProjectExplorer::HeaderPath;
74 auto headerPaths = {HeaderPath{"", HeaderPathType::BuiltIn}, in HeaderPathFilter()
75 HeaderPath{"/builtin_path", HeaderPathType::BuiltIn}, in HeaderPathFilter()
76 HeaderPath{"/system_path", HeaderPathType::System}, in HeaderPathFilter()
77 HeaderPath{"/framework_path", HeaderPathType::Framework}, in HeaderPathFilter()
79 HeaderPath{"/build/user_path", HeaderPathType::User}, in HeaderPathFilter()
80 HeaderPath{"/buildb/user_path", HeaderPathType::User}, in HeaderPathFilter()
81 HeaderPath{"/projectb/user_path", HeaderPathType::User}, in HeaderPathFilter()
82 HeaderPath{"/project/user_path", HeaderPathType::User}}; in HeaderPathFilter()
88 static HeaderPath builtIn(const QString &path) in builtIn()
[all …]
/dports/devel/llvm80/llvm-8.0.1.src/tools/clang/tools/extra/unittests/clangd/
H A DIndexActionTests.cpp138 std::string HeaderPath = testPath("header.h"); in TEST_F() local
146 addFile(HeaderPath, HeaderCode); in TEST_F()
154 Pair(toUri(MainFilePath), AllOf(IsTU(), IncludesAre({HeaderPath}), in TEST_F()
156 Pair(toUri(HeaderPath), AllOf(Not(IsTU()), IncludesAre({HeaderPath}), in TEST_F()
174 std::string HeaderPath = testPath("header.h"); in TEST_F() local
180 addFile(HeaderPath, HeaderCode); in TEST_F()
191 Pair(toUri(HeaderPath), in TEST_F()
209 std::string HeaderPath = testPath("header.h"); in TEST_F() local
213 addFile(HeaderPath, HeaderCode); in TEST_F()
222 AllOf(IsTU(), IncludesAre({MainFilePath, HeaderPath}), in TEST_F()
[all …]
/dports/devel/tinygo/tinygo-0.14.1/llvm-project/clang-tools-extra/clangd/unittests/
H A DIndexActionTests.cpp142 std::string HeaderPath = testPath("header.h"); in TEST_F() local
150 addFile(HeaderPath, HeaderCode); in TEST_F()
158 Pair(toUri(MainFilePath), AllOf(IsTU(), IncludesAre({HeaderPath}), in TEST_F()
160 Pair(toUri(HeaderPath), AllOf(Not(IsTU()), IncludesAre({HeaderPath}), in TEST_F()
178 std::string HeaderPath = testPath("header.h"); in TEST_F() local
184 addFile(HeaderPath, HeaderCode); in TEST_F()
195 Pair(toUri(HeaderPath), in TEST_F()
213 std::string HeaderPath = testPath("header.h"); in TEST_F() local
217 addFile(HeaderPath, HeaderCode); in TEST_F()
226 AllOf(IsTU(), IncludesAre({MainFilePath, HeaderPath}), in TEST_F()
[all …]
/dports/devel/llvm90/llvm-9.0.1.src/tools/clang/tools/extra/clangd/unittests/
H A DIndexActionTests.cpp142 std::string HeaderPath = testPath("header.h"); in TEST_F() local
150 addFile(HeaderPath, HeaderCode); in TEST_F()
158 Pair(toUri(MainFilePath), AllOf(IsTU(), IncludesAre({HeaderPath}), in TEST_F()
160 Pair(toUri(HeaderPath), AllOf(Not(IsTU()), IncludesAre({HeaderPath}), in TEST_F()
178 std::string HeaderPath = testPath("header.h"); in TEST_F() local
184 addFile(HeaderPath, HeaderCode); in TEST_F()
195 Pair(toUri(HeaderPath), in TEST_F()
213 std::string HeaderPath = testPath("header.h"); in TEST_F() local
217 addFile(HeaderPath, HeaderCode); in TEST_F()
226 AllOf(IsTU(), IncludesAre({MainFilePath, HeaderPath}), in TEST_F()
[all …]
/dports/devel/llvm10/llvm-10.0.1.src/tools/clang/tools/extra/clangd/unittests/
H A DIndexActionTests.cpp142 std::string HeaderPath = testPath("header.h"); in TEST_F() local
150 addFile(HeaderPath, HeaderCode); in TEST_F()
158 Pair(toUri(MainFilePath), AllOf(IsTU(), IncludesAre({HeaderPath}), in TEST_F()
160 Pair(toUri(HeaderPath), AllOf(Not(IsTU()), IncludesAre({HeaderPath}), in TEST_F()
178 std::string HeaderPath = testPath("header.h"); in TEST_F() local
184 addFile(HeaderPath, HeaderCode); in TEST_F()
195 Pair(toUri(HeaderPath), in TEST_F()
213 std::string HeaderPath = testPath("header.h"); in TEST_F() local
217 addFile(HeaderPath, HeaderCode); in TEST_F()
226 AllOf(IsTU(), IncludesAre({MainFilePath, HeaderPath}), in TEST_F()
[all …]
/dports/devel/llvm11/llvm-11.0.1.src/tools/clang/tools/extra/clangd/unittests/
H A DIndexActionTests.cpp143 std::string HeaderPath = testPath("header.h"); in TEST_F() local
151 addFile(HeaderPath, HeaderCode); in TEST_F()
159 Pair(toUri(MainFilePath), AllOf(IsTU(), IncludesAre({HeaderPath}), in TEST_F()
161 Pair(toUri(HeaderPath), AllOf(Not(IsTU()), IncludesAre({HeaderPath}), in TEST_F()
179 std::string HeaderPath = testPath("header.h"); in TEST_F() local
185 addFile(HeaderPath, HeaderCode); in TEST_F()
196 Pair(toUri(HeaderPath), in TEST_F()
214 std::string HeaderPath = testPath("header.h"); in TEST_F() local
218 addFile(HeaderPath, HeaderCode); in TEST_F()
227 AllOf(IsTU(), IncludesAre({MainFilePath, HeaderPath}), in TEST_F()
[all …]
/dports/devel/llvm-cheri/llvm-project-37c49ff00e3eadce5d8703fdc4497f28458c64a8/clang-tools-extra/clangd/unittests/
H A DIndexActionTests.cpp143 std::string HeaderPath = testPath("header.h"); in TEST_F() local
151 addFile(HeaderPath, HeaderCode); in TEST_F()
159 Pair(toUri(MainFilePath), AllOf(IsTU(), IncludesAre({HeaderPath}), in TEST_F()
161 Pair(toUri(HeaderPath), AllOf(Not(IsTU()), IncludesAre({HeaderPath}), in TEST_F()
179 std::string HeaderPath = testPath("header.h"); in TEST_F() local
185 addFile(HeaderPath, HeaderCode); in TEST_F()
196 Pair(toUri(HeaderPath), in TEST_F()
214 std::string HeaderPath = testPath("header.h"); in TEST_F() local
218 addFile(HeaderPath, HeaderCode); in TEST_F()
227 AllOf(IsTU(), IncludesAre({MainFilePath, HeaderPath}), in TEST_F()
[all …]
/dports/devel/llvm12/llvm-project-12.0.1.src/clang-tools-extra/clangd/unittests/
H A DIndexActionTests.cpp143 std::string HeaderPath = testPath("header.h"); in TEST_F() local
151 addFile(HeaderPath, HeaderCode); in TEST_F()
159 Pair(toUri(MainFilePath), AllOf(IsTU(), IncludesAre({HeaderPath}), in TEST_F()
161 Pair(toUri(HeaderPath), AllOf(Not(IsTU()), IncludesAre({HeaderPath}), in TEST_F()
179 std::string HeaderPath = testPath("header.h"); in TEST_F() local
185 addFile(HeaderPath, HeaderCode); in TEST_F()
196 Pair(toUri(HeaderPath), in TEST_F()
214 std::string HeaderPath = testPath("header.h"); in TEST_F() local
218 addFile(HeaderPath, HeaderCode); in TEST_F()
227 AllOf(IsTU(), IncludesAre({MainFilePath, HeaderPath}), in TEST_F()
[all …]
/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/llvm/clang-tools-extra/clangd/unittests/
H A DIndexActionTests.cpp143 std::string HeaderPath = testPath("header.h"); in TEST_F() local
151 addFile(HeaderPath, HeaderCode); in TEST_F()
159 Pair(toUri(MainFilePath), AllOf(IsTU(), IncludesAre({HeaderPath}), in TEST_F()
161 Pair(toUri(HeaderPath), AllOf(Not(IsTU()), IncludesAre({HeaderPath}), in TEST_F()
179 std::string HeaderPath = testPath("header.h"); in TEST_F() local
185 addFile(HeaderPath, HeaderCode); in TEST_F()
196 Pair(toUri(HeaderPath), in TEST_F()
214 std::string HeaderPath = testPath("header.h"); in TEST_F() local
218 addFile(HeaderPath, HeaderCode); in TEST_F()
227 AllOf(IsTU(), IncludesAre({MainFilePath, HeaderPath}), in TEST_F()
[all …]
/dports/devel/wasi-compiler-rt12/llvm-project-12.0.1.src/clang-tools-extra/clangd/unittests/
H A DIndexActionTests.cpp143 std::string HeaderPath = testPath("header.h"); in TEST_F() local
151 addFile(HeaderPath, HeaderCode); in TEST_F()
159 Pair(toUri(MainFilePath), AllOf(IsTU(), IncludesAre({HeaderPath}), in TEST_F()
161 Pair(toUri(HeaderPath), AllOf(Not(IsTU()), IncludesAre({HeaderPath}), in TEST_F()
179 std::string HeaderPath = testPath("header.h"); in TEST_F() local
185 addFile(HeaderPath, HeaderCode); in TEST_F()
196 Pair(toUri(HeaderPath), in TEST_F()
214 std::string HeaderPath = testPath("header.h"); in TEST_F() local
218 addFile(HeaderPath, HeaderCode); in TEST_F()
227 AllOf(IsTU(), IncludesAre({MainFilePath, HeaderPath}), in TEST_F()
[all …]
/dports/devel/qtcreator/qt-creator-opensource-src-5.0.3/src/plugins/cpptools/
H A Dheaderpathfilter.cpp41 using ProjectExplorer::HeaderPath;
51 for (const HeaderPath &headerPath : headerPaths) in process()
74 auto isGccInternalInclude = [gccInstallDir](const HeaderPath &headerPath) { in removeGccInternalIncludePaths()
83 void HeaderPathFilter::filterHeaderPath(const ProjectExplorer::HeaderPath &headerPath) in filterHeaderPath()
129 [&](const HeaderPath &headerPath) { in resourceIterator()
134 bool isClangSystemHeaderPath(const HeaderPath &headerPath) in isClangSystemHeaderPath()
163 builtInHeaderPaths.insert(split, HeaderPath{clangIncludePath, HeaderPathType::BuiltIn}); in tweakHeaderPaths()
/dports/devel/wasi-libcxx/llvm-project-13.0.1.src/clang-tools-extra/clangd/unittests/
H A DIndexActionTests.cpp143 std::string HeaderPath = testPath("header.h"); in TEST_F() local
151 addFile(HeaderPath, HeaderCode); in TEST_F()
159 Pair(toUri(MainFilePath), AllOf(IsTU(), IncludesAre({HeaderPath}), in TEST_F()
161 Pair(toUri(HeaderPath), AllOf(Not(IsTU()), IncludesAre({HeaderPath}), in TEST_F()
179 std::string HeaderPath = testPath("header.h"); in TEST_F() local
185 addFile(HeaderPath, HeaderCode); in TEST_F()
196 Pair(toUri(HeaderPath), in TEST_F()
214 std::string HeaderPath = testPath("header.h"); in TEST_F() local
218 addFile(HeaderPath, HeaderCode); in TEST_F()
227 AllOf(IsTU(), IncludesAre({MainFilePath, HeaderPath}), in TEST_F()
[all …]
/dports/devel/llvm-devel/llvm-project-f05c95f10fc1d8171071735af8ad3a9e87633120/clang-tools-extra/clangd/unittests/
H A DIndexActionTests.cpp143 std::string HeaderPath = testPath("header.h"); in TEST_F() local
151 addFile(HeaderPath, HeaderCode); in TEST_F()
159 Pair(toUri(MainFilePath), AllOf(IsTU(), IncludesAre({HeaderPath}), in TEST_F()
161 Pair(toUri(HeaderPath), AllOf(Not(IsTU()), IncludesAre({HeaderPath}), in TEST_F()
179 std::string HeaderPath = testPath("header.h"); in TEST_F() local
185 addFile(HeaderPath, HeaderCode); in TEST_F()
196 Pair(toUri(HeaderPath), in TEST_F()
214 std::string HeaderPath = testPath("header.h"); in TEST_F() local
218 addFile(HeaderPath, HeaderCode); in TEST_F()
227 AllOf(IsTU(), IncludesAre({MainFilePath, HeaderPath}), in TEST_F()
[all …]
/dports/devel/wasi-compiler-rt13/llvm-project-13.0.1.src/clang-tools-extra/clangd/unittests/
H A DIndexActionTests.cpp143 std::string HeaderPath = testPath("header.h"); in TEST_F() local
151 addFile(HeaderPath, HeaderCode); in TEST_F()
159 Pair(toUri(MainFilePath), AllOf(IsTU(), IncludesAre({HeaderPath}), in TEST_F()
161 Pair(toUri(HeaderPath), AllOf(Not(IsTU()), IncludesAre({HeaderPath}), in TEST_F()
179 std::string HeaderPath = testPath("header.h"); in TEST_F() local
185 addFile(HeaderPath, HeaderCode); in TEST_F()
196 Pair(toUri(HeaderPath), in TEST_F()
214 std::string HeaderPath = testPath("header.h"); in TEST_F() local
218 addFile(HeaderPath, HeaderCode); in TEST_F()
227 AllOf(IsTU(), IncludesAre({MainFilePath, HeaderPath}), in TEST_F()
[all …]
/dports/lang/rust/rustc-1.58.1-src/src/llvm-project/clang-tools-extra/clangd/unittests/
H A DIndexActionTests.cpp143 std::string HeaderPath = testPath("header.h"); in TEST_F() local
151 addFile(HeaderPath, HeaderCode); in TEST_F()
159 Pair(toUri(MainFilePath), AllOf(IsTU(), IncludesAre({HeaderPath}), in TEST_F()
161 Pair(toUri(HeaderPath), AllOf(Not(IsTU()), IncludesAre({HeaderPath}), in TEST_F()
179 std::string HeaderPath = testPath("header.h"); in TEST_F() local
185 addFile(HeaderPath, HeaderCode); in TEST_F()
196 Pair(toUri(HeaderPath), in TEST_F()
214 std::string HeaderPath = testPath("header.h"); in TEST_F() local
218 addFile(HeaderPath, HeaderCode); in TEST_F()
227 AllOf(IsTU(), IncludesAre({MainFilePath, HeaderPath}), in TEST_F()
[all …]
/dports/devel/llvm13/llvm-project-13.0.1.src/clang-tools-extra/clangd/unittests/
H A DIndexActionTests.cpp143 std::string HeaderPath = testPath("header.h"); in TEST_F() local
151 addFile(HeaderPath, HeaderCode); in TEST_F()
159 Pair(toUri(MainFilePath), AllOf(IsTU(), IncludesAre({HeaderPath}), in TEST_F()
161 Pair(toUri(HeaderPath), AllOf(Not(IsTU()), IncludesAre({HeaderPath}), in TEST_F()
179 std::string HeaderPath = testPath("header.h"); in TEST_F() local
185 addFile(HeaderPath, HeaderCode); in TEST_F()
196 Pair(toUri(HeaderPath), in TEST_F()
214 std::string HeaderPath = testPath("header.h"); in TEST_F() local
218 addFile(HeaderPath, HeaderCode); in TEST_F()
227 AllOf(IsTU(), IncludesAre({MainFilePath, HeaderPath}), in TEST_F()
[all …]
/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/llvm/clang/unittests/Tooling/
H A DDependencyScannerTest.cpp86 std::string HeaderPath = in TEST() local
92 VFS->addFile(HeaderPath, 0, llvm::MemoryBuffer::getMemBuffer("\n")); in TEST()
93 VFS->addHardLink(SymlinkPath, HeaderPath); in TEST()
135 std::string HeaderPath = in TEST() local
143 VFS->addFile(HeaderPath, 0, in TEST()
145 VFS->addHardLink(SymlinkPath, HeaderPath); in TEST()
177 std::string HeaderPath = in TEST() local
183 VFS->addFile(HeaderPath, 0, llvm::MemoryBuffer::getMemBuffer("\n")); in TEST()
184 VFS->addHardLink(SymlinkPath, HeaderPath); in TEST()
/dports/devel/tinygo/tinygo-0.14.1/llvm-project/clang/unittests/Tooling/
H A DDependencyScannerTest.cpp86 std::string HeaderPath = llvm::formatv("{0}root{0}header.h", Sept); in TEST() local
90 VFS->addFile(HeaderPath, 0, llvm::MemoryBuffer::getMemBuffer("\n")); in TEST()
91 VFS->addHardLink(SymlinkPath, HeaderPath); in TEST()
133 std::string HeaderPath = llvm::formatv("{0}root{0}header.h", Sept); in TEST() local
138 VFS->addFile(HeaderPath, 0, in TEST()
140 VFS->addHardLink(SymlinkPath, HeaderPath); in TEST()
172 std::string HeaderPath = llvm::formatv("{0}root{0}header.h", Sept); in TEST() local
176 VFS->addFile(HeaderPath, 0, llvm::MemoryBuffer::getMemBuffer("\n")); in TEST()
177 VFS->addHardLink(SymlinkPath, HeaderPath); in TEST()
/dports/devel/llvm11/llvm-11.0.1.src/tools/clang/unittests/Tooling/
H A DDependencyScannerTest.cpp86 std::string HeaderPath = in TEST() local
92 VFS->addFile(HeaderPath, 0, llvm::MemoryBuffer::getMemBuffer("\n")); in TEST()
93 VFS->addHardLink(SymlinkPath, HeaderPath); in TEST()
135 std::string HeaderPath = in TEST() local
143 VFS->addFile(HeaderPath, 0, in TEST()
145 VFS->addHardLink(SymlinkPath, HeaderPath); in TEST()
177 std::string HeaderPath = in TEST() local
183 VFS->addFile(HeaderPath, 0, llvm::MemoryBuffer::getMemBuffer("\n")); in TEST()
184 VFS->addHardLink(SymlinkPath, HeaderPath); in TEST()
/dports/devel/llvm-cheri/llvm-project-37c49ff00e3eadce5d8703fdc4497f28458c64a8/clang/unittests/Tooling/
H A DDependencyScannerTest.cpp86 std::string HeaderPath = in TEST() local
92 VFS->addFile(HeaderPath, 0, llvm::MemoryBuffer::getMemBuffer("\n")); in TEST()
93 VFS->addHardLink(SymlinkPath, HeaderPath); in TEST()
135 std::string HeaderPath = in TEST() local
143 VFS->addFile(HeaderPath, 0, in TEST()
145 VFS->addHardLink(SymlinkPath, HeaderPath); in TEST()
177 std::string HeaderPath = in TEST() local
183 VFS->addFile(HeaderPath, 0, llvm::MemoryBuffer::getMemBuffer("\n")); in TEST()
184 VFS->addHardLink(SymlinkPath, HeaderPath); in TEST()
/dports/devel/llvm12/llvm-project-12.0.1.src/clang/unittests/Tooling/
H A DDependencyScannerTest.cpp86 std::string HeaderPath = in TEST() local
92 VFS->addFile(HeaderPath, 0, llvm::MemoryBuffer::getMemBuffer("\n")); in TEST()
93 VFS->addHardLink(SymlinkPath, HeaderPath); in TEST()
135 std::string HeaderPath = in TEST() local
143 VFS->addFile(HeaderPath, 0, in TEST()
145 VFS->addHardLink(SymlinkPath, HeaderPath); in TEST()
177 std::string HeaderPath = in TEST() local
183 VFS->addFile(HeaderPath, 0, llvm::MemoryBuffer::getMemBuffer("\n")); in TEST()
184 VFS->addHardLink(SymlinkPath, HeaderPath); in TEST()
/dports/devel/llvm10/llvm-10.0.1.src/tools/clang/unittests/Tooling/
H A DDependencyScannerTest.cpp86 std::string HeaderPath = llvm::formatv("{0}root{0}header.h", Sept); in TEST() local
90 VFS->addFile(HeaderPath, 0, llvm::MemoryBuffer::getMemBuffer("\n")); in TEST()
91 VFS->addHardLink(SymlinkPath, HeaderPath); in TEST()
133 std::string HeaderPath = llvm::formatv("{0}root{0}header.h", Sept); in TEST() local
138 VFS->addFile(HeaderPath, 0, in TEST()
140 VFS->addHardLink(SymlinkPath, HeaderPath); in TEST()
172 std::string HeaderPath = llvm::formatv("{0}root{0}header.h", Sept); in TEST() local
176 VFS->addFile(HeaderPath, 0, llvm::MemoryBuffer::getMemBuffer("\n")); in TEST()
177 VFS->addHardLink(SymlinkPath, HeaderPath); in TEST()
/dports/devel/wasi-compiler-rt12/llvm-project-12.0.1.src/clang/unittests/Tooling/
H A DDependencyScannerTest.cpp86 std::string HeaderPath = in TEST() local
92 VFS->addFile(HeaderPath, 0, llvm::MemoryBuffer::getMemBuffer("\n")); in TEST()
93 VFS->addHardLink(SymlinkPath, HeaderPath); in TEST()
135 std::string HeaderPath = in TEST() local
143 VFS->addFile(HeaderPath, 0, in TEST()
145 VFS->addHardLink(SymlinkPath, HeaderPath); in TEST()
177 std::string HeaderPath = in TEST() local
183 VFS->addFile(HeaderPath, 0, llvm::MemoryBuffer::getMemBuffer("\n")); in TEST()
184 VFS->addHardLink(SymlinkPath, HeaderPath); in TEST()
/dports/devel/wasi-libcxx/llvm-project-13.0.1.src/clang/unittests/Tooling/
H A DDependencyScannerTest.cpp87 std::string HeaderPath = in TEST() local
93 VFS->addFile(HeaderPath, 0, llvm::MemoryBuffer::getMemBuffer("\n")); in TEST()
94 VFS->addHardLink(SymlinkPath, HeaderPath); in TEST()
136 std::string HeaderPath = in TEST() local
144 VFS->addFile(HeaderPath, 0, in TEST()
146 VFS->addHardLink(SymlinkPath, HeaderPath); in TEST()
178 std::string HeaderPath = in TEST() local
184 VFS->addFile(HeaderPath, 0, llvm::MemoryBuffer::getMemBuffer("\n")); in TEST()
185 VFS->addHardLink(SymlinkPath, HeaderPath); in TEST()

123456789