Searched refs:createEach (Results 1 – 6 of 6) sorted by relevance
| /llvm-project-15.0.7/clang-tools-extra/clangd/unittests/ |
| H A D | SelectionTests.cpp | 732 SelectionTree::createEach( in TEST() 747 SelectionTree::createEach(AST.getASTContext(), AST.getTokens(), in TEST() 756 SelectionTree::createEach(AST.getASTContext(), AST.getTokens(), in TEST() 765 SelectionTree::createEach(AST.getASTContext(), AST.getTokens(), in TEST() 775 SelectionTree::createEach(AST.getASTContext(), AST.getTokens(), in TEST()
|
| /llvm-project-15.0.7/clang-tools-extra/clangd/ |
| H A D | Selection.h | 86 static bool createEach(ASTContext &AST, const syntax::TokenBuffer &Tokens,
|
| H A D | Selection.cpp | 1027 bool SelectionTree::createEach(ASTContext &AST, in createEach() function in clang::clangd::SelectionTree 1043 createEach(AST, Tokens, Begin, End, [&](SelectionTree T) { in createRight()
|
| H A D | XRefs.cpp | 191 SelectionTree::createEach(AST.getASTContext(), AST.getTokens(), Offset, in getDeclAtPositionWithRelations() 1268 SelectionTree::createEach(AST.getASTContext(), AST.getTokens(), Offset, in findDocumentHighlights() 1785 SelectionTree::createEach(AST.getASTContext(), AST.getTokens(), *Offset, in findRecordTypeAt() 1983 SelectionTree::createEach(AST.getASTContext(), AST.getTokens(), *Offset, in findType()
|
| H A D | ClangdServer.cpp | 601 SelectionTree::createEach( in tweakSelection() 976 bool Success = SelectionTree::createEach( in getAST()
|
| /llvm-project-15.0.7/clang-tools-extra/clangd/unittests/tweaks/ |
| H A D | TweakTesting.cpp | 67 SelectionTree::createEach(AST.getASTContext(), AST.getTokens(), Range.Begin, in applyTweak()
|