Searched refs:createRight (Results 1 – 9 of 9) sorted by relevance
| /llvm-project-15.0.7/clang-tools-extra/clangd/unittests/ |
| H A D | SelectionTests.cpp | 32 return SelectionTree::createRight(AST.getASTContext(), AST.getTokens(), in makeSelectionTree() 36 return SelectionTree::createRight( in makeSelectionTree() 42 return SelectionTree::createRight(AST.getASTContext(), AST.getTokens(), 0u, in makeSelectionTree() 788 auto ST = SelectionTree::createRight(AST.getASTContext(), AST.getTokens(), in TEST() 793 auto ST = SelectionTree::createRight(AST.getASTContext(), AST.getTokens(), in TEST()
|
| H A D | FeatureModulesTests.cpp | 50 SelectionTree::createRight(AST.getASTContext(), AST.getTokens(), 0, 0); in TEST()
|
| H A D | FindTargetTests.cpp | 79 auto Selection = SelectionTree::createRight( in assertNodeAndPrintDecls()
|
| /llvm-project-15.0.7/clang-tools-extra/clangd/ |
| H A D | Selection.h | 94 static SelectionTree createRight(ASTContext &AST,
|
| H A D | SemanticSelection.cpp | 122 SelectionTree ST = SelectionTree::createRight( in getSemanticRanges()
|
| H A D | Selection.cpp | 1039 SelectionTree SelectionTree::createRight(ASTContext &AST, in createRight() function in clang::clangd::SelectionTree
|
| H A D | Hover.cpp | 1031 SelectionTree::createRight(AST.getASTContext(), TB, Offset, Offset); in getHover()
|
| /llvm-project-15.0.7/clang-tools-extra/clangd/tool/ |
| H A D | Check.cpp | 235 auto Tree = SelectionTree::createRight(AST->getASTContext(), in testLocationFeatures()
|
| /llvm-project-15.0.7/clang-tools-extra/clangd/refactor/ |
| H A D | Rename.cpp | 146 SelectionTree Selection = SelectionTree::createRight( in locateDeclAt()
|