Searched refs:createRight (Results 1 – 8 of 8) sorted by relevance
/external/llvm-project/clang-tools-extra/clangd/unittests/ |
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()
|
D | FindTargetTests.cpp | 79 auto Selection = SelectionTree::createRight( in assertNodeAndPrintDecls()
|
/external/llvm-project/clang-tools-extra/clangd/ |
D | Selection.h | 94 static SelectionTree createRight(ASTContext &AST,
|
D | SemanticSelection.cpp | 115 SelectionTree ST = SelectionTree::createRight( in getSemanticRanges()
|
D | Selection.cpp | 814 SelectionTree SelectionTree::createRight(ASTContext &AST, in createRight() function in clang::clangd::SelectionTree
|
D | Hover.cpp | 849 SelectionTree::createRight(AST.getASTContext(), TB, Offset, Offset); in getHover()
|
/external/llvm-project/clang-tools-extra/clangd/tool/ |
D | Check.cpp | 202 auto Tree = SelectionTree::createRight(AST->getASTContext(), in testLocationFeatures()
|
/external/llvm-project/clang-tools-extra/clangd/refactor/ |
D | Rename.cpp | 158 SelectionTree Selection = SelectionTree::createRight( in locateDeclAt()
|