Home
last modified time | relevance | path

Searched refs:SelectionTree (Results 1 – 25 of 278) sorted by relevance

12345678910>>...12

/dports/devel/wasi-libcxx/llvm-project-13.0.1.src/clang-tools-extra/clangd/
H A DSelection.h76 class SelectionTree {
88 llvm::function_ref<bool(SelectionTree)> Func);
94 static SelectionTree createRight(ASTContext &AST,
99 SelectionTree(const SelectionTree &) = delete;
100 SelectionTree &operator=(const SelectionTree &) = delete;
102 SelectionTree(SelectionTree &&) = default;
103 SelectionTree &operator=(SelectionTree &&) = default;
153 SelectionTree(ASTContext &AST, const syntax::TokenBuffer &Tokens,
162 const SelectionTree &T) {
/dports/lang/rust/rustc-1.58.1-src/src/llvm-project/clang-tools-extra/clangd/
H A DSelection.h76 class SelectionTree {
88 llvm::function_ref<bool(SelectionTree)> Func);
94 static SelectionTree createRight(ASTContext &AST,
99 SelectionTree(const SelectionTree &) = delete;
100 SelectionTree &operator=(const SelectionTree &) = delete;
102 SelectionTree(SelectionTree &&) = default;
103 SelectionTree &operator=(SelectionTree &&) = default;
153 SelectionTree(ASTContext &AST, const syntax::TokenBuffer &Tokens,
162 const SelectionTree &T) {
/dports/devel/llvm-devel/llvm-project-f05c95f10fc1d8171071735af8ad3a9e87633120/clang-tools-extra/clangd/
H A DSelection.h76 class SelectionTree {
88 llvm::function_ref<bool(SelectionTree)> Func);
94 static SelectionTree createRight(ASTContext &AST,
99 SelectionTree(const SelectionTree &) = delete;
100 SelectionTree &operator=(const SelectionTree &) = delete;
102 SelectionTree(SelectionTree &&) = default;
103 SelectionTree &operator=(SelectionTree &&) = default;
153 SelectionTree(ASTContext &AST, const syntax::TokenBuffer &Tokens,
162 const SelectionTree &T) {
/dports/devel/wasi-compiler-rt13/llvm-project-13.0.1.src/clang-tools-extra/clangd/
H A DSelection.h76 class SelectionTree {
88 llvm::function_ref<bool(SelectionTree)> Func);
94 static SelectionTree createRight(ASTContext &AST,
99 SelectionTree(const SelectionTree &) = delete;
100 SelectionTree &operator=(const SelectionTree &) = delete;
102 SelectionTree(SelectionTree &&) = default;
103 SelectionTree &operator=(SelectionTree &&) = default;
153 SelectionTree(ASTContext &AST, const syntax::TokenBuffer &Tokens,
162 const SelectionTree &T) {
/dports/devel/wasi-compiler-rt12/llvm-project-12.0.1.src/clang-tools-extra/clangd/
H A DSelection.h76 class SelectionTree {
88 llvm::function_ref<bool(SelectionTree)> Func);
94 static SelectionTree createRight(ASTContext &AST,
99 SelectionTree(const SelectionTree &) = delete;
100 SelectionTree &operator=(const SelectionTree &) = delete;
102 SelectionTree(SelectionTree &&) = default;
103 SelectionTree &operator=(SelectionTree &&) = default;
153 SelectionTree(ASTContext &AST, const syntax::TokenBuffer &Tokens,
162 const SelectionTree &T) {
/dports/devel/llvm12/llvm-project-12.0.1.src/clang-tools-extra/clangd/
H A DSelection.h76 class SelectionTree {
88 llvm::function_ref<bool(SelectionTree)> Func);
94 static SelectionTree createRight(ASTContext &AST,
99 SelectionTree(const SelectionTree &) = delete;
100 SelectionTree &operator=(const SelectionTree &) = delete;
102 SelectionTree(SelectionTree &&) = default;
103 SelectionTree &operator=(SelectionTree &&) = default;
153 SelectionTree(ASTContext &AST, const syntax::TokenBuffer &Tokens,
162 const SelectionTree &T) {
/dports/devel/llvm13/llvm-project-13.0.1.src/clang-tools-extra/clangd/
H A DSelection.h76 class SelectionTree {
88 llvm::function_ref<bool(SelectionTree)> Func);
94 static SelectionTree createRight(ASTContext &AST,
99 SelectionTree(const SelectionTree &) = delete;
100 SelectionTree &operator=(const SelectionTree &) = delete;
102 SelectionTree(SelectionTree &&) = default;
103 SelectionTree &operator=(SelectionTree &&) = default;
153 SelectionTree(ASTContext &AST, const syntax::TokenBuffer &Tokens,
162 const SelectionTree &T) {
/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/llvm/clang-tools-extra/clangd/
H A DSelection.h76 class SelectionTree {
88 llvm::function_ref<bool(SelectionTree)> Func);
94 static SelectionTree createRight(ASTContext &AST,
99 SelectionTree(const SelectionTree &) = delete;
100 SelectionTree &operator=(const SelectionTree &) = delete;
102 SelectionTree(SelectionTree &&) = default;
103 SelectionTree &operator=(SelectionTree &&) = default;
153 SelectionTree(ASTContext &AST, const syntax::TokenBuffer &Tokens,
162 const SelectionTree &T) {
H A DSelection.cpp37 using Node = SelectionTree::Node;
154 void update(SelectionTree::Selection &Result, SelectionTree::Selection New) { in update()
161 Result = SelectionTree::Partial; in update()
251 SelectionTree::Selection
287 SelectionTree::Selection
357 SelectionTree::Selection Result = in testTokenRange()
757 void SelectionTree::print(llvm::raw_ostream &OS, const SelectionTree::Node &N, in print()
811 SelectionTree SelectionTree::createRight(ASTContext &AST, in createRight()
822 SelectionTree::SelectionTree(ASTContext &AST, const syntax::TokenBuffer &Tokens, in SelectionTree() function in clang::clangd::SelectionTree
864 const SelectionTree::Node &SelectionTree::Node::ignoreImplicit() const { in ignoreImplicit()
[all …]
/dports/devel/llvm11/llvm-11.0.1.src/tools/clang/tools/extra/clangd/
H A DSelection.h76 class SelectionTree {
88 llvm::function_ref<bool(SelectionTree)> Func);
94 static SelectionTree createRight(ASTContext &AST,
99 SelectionTree(const SelectionTree &) = delete;
100 SelectionTree &operator=(const SelectionTree &) = delete;
102 SelectionTree(SelectionTree &&) = default;
103 SelectionTree &operator=(SelectionTree &&) = default;
153 SelectionTree(ASTContext &AST, const syntax::TokenBuffer &Tokens,
162 const SelectionTree &T) {
H A DSelection.cpp37 using Node = SelectionTree::Node;
154 void update(SelectionTree::Selection &Result, SelectionTree::Selection New) { in update()
161 Result = SelectionTree::Partial; in update()
239 SelectionTree::Selection
275 SelectionTree::Selection
345 SelectionTree::Selection Result = in testTokenRange()
733 void SelectionTree::print(llvm::raw_ostream &OS, const SelectionTree::Node &N, in print()
787 SelectionTree SelectionTree::createRight(ASTContext &AST, in createRight()
798 SelectionTree::SelectionTree(ASTContext &AST, const syntax::TokenBuffer &Tokens, in SelectionTree() function in clang::clangd::SelectionTree
840 const SelectionTree::Node &SelectionTree::Node::ignoreImplicit() const { in ignoreImplicit()
[all …]
/dports/devel/llvm-cheri/llvm-project-37c49ff00e3eadce5d8703fdc4497f28458c64a8/clang-tools-extra/clangd/
H A DSelection.h76 class SelectionTree {
88 llvm::function_ref<bool(SelectionTree)> Func);
94 static SelectionTree createRight(ASTContext &AST,
99 SelectionTree(const SelectionTree &) = delete;
100 SelectionTree &operator=(const SelectionTree &) = delete;
102 SelectionTree(SelectionTree &&) = default;
103 SelectionTree &operator=(SelectionTree &&) = default;
153 SelectionTree(ASTContext &AST, const syntax::TokenBuffer &Tokens,
162 const SelectionTree &T) {
H A DSelection.cpp37 using Node = SelectionTree::Node;
154 void update(SelectionTree::Selection &Result, SelectionTree::Selection New) { in update()
161 Result = SelectionTree::Partial; in update()
239 SelectionTree::Selection
275 SelectionTree::Selection
345 SelectionTree::Selection Result = in testTokenRange()
733 void SelectionTree::print(llvm::raw_ostream &OS, const SelectionTree::Node &N, in print()
787 SelectionTree SelectionTree::createRight(ASTContext &AST, in createRight()
798 SelectionTree::SelectionTree(ASTContext &AST, const syntax::TokenBuffer &Tokens, in SelectionTree() function in clang::clangd::SelectionTree
840 const SelectionTree::Node &SelectionTree::Node::ignoreImplicit() const { in ignoreImplicit()
[all …]
/dports/devel/wasi-libcxx/llvm-project-13.0.1.src/clang-tools-extra/clangd/unittests/
H A DSelectionTests.cpp36 return SelectionTree::createRight( in makeSelectionTree()
63 std::string nodeKind(const SelectionTree::Node *N) { in nodeKind()
67 std::vector<const SelectionTree::Node *> allNodes(const SelectionTree &T) { in allNodes()
70 const SelectionTree::Node *N = Result[I]; in allNodes()
507 TEST(SelectionTree, Metrics) { in TEST() argument
563 if (N->Selected == SelectionTree::Complete) in TEST()
658 SelectionTree::createEach( in TEST()
675 [&](SelectionTree T) { in TEST()
684 [&](SelectionTree T) { in TEST()
693 [&](SelectionTree T) { in TEST()
[all …]
/dports/devel/llvm12/llvm-project-12.0.1.src/clang-tools-extra/clangd/unittests/
H A DSelectionTests.cpp36 return SelectionTree::createRight( in makeSelectionTree()
63 std::string nodeKind(const SelectionTree::Node *N) { in nodeKind()
67 std::vector<const SelectionTree::Node *> allNodes(const SelectionTree &T) { in allNodes()
70 const SelectionTree::Node *N = Result[I]; in allNodes()
510 TEST(SelectionTree, Metrics) { in TEST() argument
566 if (N->Selected == SelectionTree::Complete) in TEST()
661 SelectionTree::createEach( in TEST()
677 [&](SelectionTree T) { in TEST()
686 [&](SelectionTree T) { in TEST()
695 [&](SelectionTree T) { in TEST()
[all …]
/dports/devel/llvm11/llvm-11.0.1.src/tools/clang/tools/extra/clangd/unittests/
H A DSelectionTests.cpp35 return SelectionTree::createRight( in makeSelectionTree()
62 std::string nodeKind(const SelectionTree::Node *N) { in nodeKind()
66 std::vector<const SelectionTree::Node *> allNodes(const SelectionTree &T) { in allNodes()
69 const SelectionTree::Node *N = Result[I]; in allNodes()
444 TEST(SelectionTree, Metrics) { in TEST() argument
500 if (N->Selected == SelectionTree::Complete) in TEST()
595 SelectionTree::createEach( in TEST()
611 [&](SelectionTree T) { in TEST()
620 [&](SelectionTree T) { in TEST()
629 [&](SelectionTree T) { in TEST()
[all …]
/dports/devel/llvm-cheri/llvm-project-37c49ff00e3eadce5d8703fdc4497f28458c64a8/clang-tools-extra/clangd/unittests/
H A DSelectionTests.cpp35 return SelectionTree::createRight( in makeSelectionTree()
62 std::string nodeKind(const SelectionTree::Node *N) { in nodeKind()
66 std::vector<const SelectionTree::Node *> allNodes(const SelectionTree &T) { in allNodes()
69 const SelectionTree::Node *N = Result[I]; in allNodes()
444 TEST(SelectionTree, Metrics) { in TEST() argument
500 if (N->Selected == SelectionTree::Complete) in TEST()
595 SelectionTree::createEach( in TEST()
611 [&](SelectionTree T) { in TEST()
620 [&](SelectionTree T) { in TEST()
629 [&](SelectionTree T) { in TEST()
[all …]
/dports/devel/llvm-devel/llvm-project-f05c95f10fc1d8171071735af8ad3a9e87633120/clang-tools-extra/clangd/unittests/
H A DSelectionTests.cpp36 return SelectionTree::createRight( in makeSelectionTree()
63 std::string nodeKind(const SelectionTree::Node *N) { in nodeKind()
67 std::vector<const SelectionTree::Node *> allNodes(const SelectionTree &T) { in allNodes()
70 const SelectionTree::Node *N = Result[I]; in allNodes()
527 TEST(SelectionTree, Metrics) { in TEST() argument
583 if (N->Selected == SelectionTree::Complete) in TEST()
678 SelectionTree::createEach( in TEST()
695 [&](SelectionTree T) { in TEST()
704 [&](SelectionTree T) { in TEST()
713 [&](SelectionTree T) { in TEST()
[all …]
/dports/devel/wasi-compiler-rt13/llvm-project-13.0.1.src/clang-tools-extra/clangd/unittests/
H A DSelectionTests.cpp36 return SelectionTree::createRight( in makeSelectionTree()
63 std::string nodeKind(const SelectionTree::Node *N) { in nodeKind()
67 std::vector<const SelectionTree::Node *> allNodes(const SelectionTree &T) { in allNodes()
70 const SelectionTree::Node *N = Result[I]; in allNodes()
507 TEST(SelectionTree, Metrics) { in TEST() argument
563 if (N->Selected == SelectionTree::Complete) in TEST()
658 SelectionTree::createEach( in TEST()
675 [&](SelectionTree T) { in TEST()
684 [&](SelectionTree T) { in TEST()
693 [&](SelectionTree T) { in TEST()
[all …]
/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/llvm/clang-tools-extra/clangd/unittests/
H A DSelectionTests.cpp35 return SelectionTree::createRight( in makeSelectionTree()
62 std::string nodeKind(const SelectionTree::Node *N) { in nodeKind()
66 std::vector<const SelectionTree::Node *> allNodes(const SelectionTree &T) { in allNodes()
69 const SelectionTree::Node *N = Result[I]; in allNodes()
487 TEST(SelectionTree, Metrics) { in TEST() argument
543 if (N->Selected == SelectionTree::Complete) in TEST()
638 SelectionTree::createEach( in TEST()
654 [&](SelectionTree T) { in TEST()
663 [&](SelectionTree T) { in TEST()
672 [&](SelectionTree T) { in TEST()
[all …]
/dports/lang/rust/rustc-1.58.1-src/src/llvm-project/clang-tools-extra/clangd/unittests/
H A DSelectionTests.cpp36 return SelectionTree::createRight( in makeSelectionTree()
63 std::string nodeKind(const SelectionTree::Node *N) { in nodeKind()
67 std::vector<const SelectionTree::Node *> allNodes(const SelectionTree &T) { in allNodes()
70 const SelectionTree::Node *N = Result[I]; in allNodes()
507 TEST(SelectionTree, Metrics) { in TEST() argument
563 if (N->Selected == SelectionTree::Complete) in TEST()
658 SelectionTree::createEach( in TEST()
675 [&](SelectionTree T) { in TEST()
684 [&](SelectionTree T) { in TEST()
693 [&](SelectionTree T) { in TEST()
[all …]
/dports/devel/wasi-compiler-rt12/llvm-project-12.0.1.src/clang-tools-extra/clangd/unittests/
H A DSelectionTests.cpp36 return SelectionTree::createRight( in makeSelectionTree()
63 std::string nodeKind(const SelectionTree::Node *N) { in nodeKind()
67 std::vector<const SelectionTree::Node *> allNodes(const SelectionTree &T) { in allNodes()
70 const SelectionTree::Node *N = Result[I]; in allNodes()
510 TEST(SelectionTree, Metrics) { in TEST() argument
566 if (N->Selected == SelectionTree::Complete) in TEST()
661 SelectionTree::createEach( in TEST()
677 [&](SelectionTree T) { in TEST()
686 [&](SelectionTree T) { in TEST()
695 [&](SelectionTree T) { in TEST()
[all …]
/dports/devel/llvm13/llvm-project-13.0.1.src/clang-tools-extra/clangd/unittests/
H A DSelectionTests.cpp36 return SelectionTree::createRight( in main()
63 std::string nodeKind(const SelectionTree::Node *N) { in main()
67 std::vector<const SelectionTree::Node *> allNodes(const SelectionTree &T) { in main()
70 const SelectionTree::Node *N = Result[I]; in main()
507 TEST(SelectionTree, Metrics) { in main()
563 if (N->Selected == SelectionTree::Complete) in main()
658 SelectionTree::createEach( in main()
675 [&](SelectionTree T) { in main()
684 [&](SelectionTree T) { in main()
693 [&](SelectionTree T) { in main()
[all …]
/dports/devel/llvm90/llvm-9.0.1.src/tools/clang/tools/extra/clangd/unittests/
H A DSelectionTests.cpp24 return SelectionTree(AST.getASTContext(), in makeSelectionTree()
27 return SelectionTree( in makeSelectionTree()
33 return SelectionTree(AST.getASTContext(), 0u, 0u); in makeSelectionTree()
51 std::string nodeKind(const SelectionTree::Node *N) { in nodeKind()
57 std::vector<const SelectionTree::Node *> allNodes(const SelectionTree &T) { in allNodes()
60 const SelectionTree::Node *N = Result[I]; in allNodes()
68 bool verifyCommonAncestor(const SelectionTree::Node *Root, in verifyCommonAncestor()
76 for (const SelectionTree::Node *Child : Root->Children) in verifyCommonAncestor()
320 for (const SelectionTree::Node *N : allNodes(T)) in TEST()
321 if (N->Selected == SelectionTree::Complete) in TEST()
[all …]
/dports/devel/llvm90/llvm-9.0.1.src/tools/clang/tools/extra/clangd/
H A DSelection.cpp21 using Node = SelectionTree::Node;
200 SelectedEarly ? SelectionTree::Partial : SelectionTree::Unselected; in push()
241 return SelectionTree::Unselected; in claimRange()
252 return SelectionTree::Unselected; in claimRange()
257 return SelectionTree::Unselected; in claimRange()
267 return SelectionTree::Unselected; in claimRange()
271 return SelectionTree::Unselected; in claimRange()
275 ? SelectionTree::Complete in claimRange()
298 void SelectionTree::print(llvm::raw_ostream &OS, const SelectionTree::Node &N, in print()
341 SelectionTree::SelectionTree(ASTContext &AST, unsigned Begin, unsigned End) in SelectionTree() function in clang::clangd::SelectionTree
[all …]

12345678910>>...12