Home
last modified time | relevance | path

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

/external/llvm-project/clang-tools-extra/clangd/unittests/
DSelectionTests.cpp640 SelectionTree::createEach( in TEST()
654 SelectionTree::createEach(AST.getASTContext(), AST.getTokens(), in TEST()
663 SelectionTree::createEach(AST.getASTContext(), AST.getTokens(), in TEST()
672 SelectionTree::createEach(AST.getASTContext(), AST.getTokens(), in TEST()
682 SelectionTree::createEach(AST.getASTContext(), AST.getTokens(), in TEST()
/external/llvm-project/clang-tools-extra/clangd/
DSelection.h86 static bool createEach(ASTContext &AST, const syntax::TokenBuffer &Tokens,
DSelection.cpp802 bool SelectionTree::createEach(ASTContext &AST, in createEach() function in clang::clangd::SelectionTree
818 createEach(AST, Tokens, Begin, End, [&](SelectionTree T) { in createRight()
DClangdServer.cpp440 SelectionTree::createEach( in tweakSelection()
792 bool Success = SelectionTree::createEach( in getAST()
DXRefs.cpp190 SelectionTree::createEach(AST.getASTContext(), AST.getTokens(), Offset, in getDeclAtPositionWithRelations()
1123 SelectionTree::createEach(AST.getASTContext(), AST.getTokens(), Offset, in findDocumentHighlights()
1538 SelectionTree::createEach(AST.getASTContext(), AST.getTokens(), *Offset, in findRecordTypeAt()
/external/llvm-project/clang-tools-extra/clangd/unittests/tweaks/
DTweakTesting.cpp74 SelectionTree::createEach(AST.getASTContext(), AST.getTokens(), Range.first, in applyTweak()