Home
last modified time | relevance | path

Searched refs:createRight (Results 1 – 9 of 9) sorted by relevance

/llvm-project-15.0.7/clang-tools-extra/clangd/unittests/
H A DSelectionTests.cpp32 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 DFeatureModulesTests.cpp50 SelectionTree::createRight(AST.getASTContext(), AST.getTokens(), 0, 0); in TEST()
H A DFindTargetTests.cpp79 auto Selection = SelectionTree::createRight( in assertNodeAndPrintDecls()
/llvm-project-15.0.7/clang-tools-extra/clangd/
H A DSelection.h94 static SelectionTree createRight(ASTContext &AST,
H A DSemanticSelection.cpp122 SelectionTree ST = SelectionTree::createRight( in getSemanticRanges()
H A DSelection.cpp1039 SelectionTree SelectionTree::createRight(ASTContext &AST, in createRight() function in clang::clangd::SelectionTree
H A DHover.cpp1031 SelectionTree::createRight(AST.getASTContext(), TB, Offset, Offset); in getHover()
/llvm-project-15.0.7/clang-tools-extra/clangd/tool/
H A DCheck.cpp235 auto Tree = SelectionTree::createRight(AST->getASTContext(), in testLocationFeatures()
/llvm-project-15.0.7/clang-tools-extra/clangd/refactor/
H A DRename.cpp146 SelectionTree Selection = SelectionTree::createRight( in locateDeclAt()