Home
last modified time | relevance | path

Searched refs:createEach (Results 1 – 6 of 6) sorted by relevance

/llvm-project-15.0.7/clang-tools-extra/clangd/unittests/
H A DSelectionTests.cpp732 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 DSelection.h86 static bool createEach(ASTContext &AST, const syntax::TokenBuffer &Tokens,
H A DSelection.cpp1027 bool SelectionTree::createEach(ASTContext &AST, in createEach() function in clang::clangd::SelectionTree
1043 createEach(AST, Tokens, Begin, End, [&](SelectionTree T) { in createRight()
H A DXRefs.cpp191 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 DClangdServer.cpp601 SelectionTree::createEach( in tweakSelection()
976 bool Success = SelectionTree::createEach( in getAST()
/llvm-project-15.0.7/clang-tools-extra/clangd/unittests/tweaks/
H A DTweakTesting.cpp67 SelectionTree::createEach(AST.getASTContext(), AST.getTokens(), Range.Begin, in applyTweak()