Searched refs:createEach (Results 1 – 6 of 6) sorted by relevance
/external/llvm-project/clang-tools-extra/clangd/unittests/ |
D | SelectionTests.cpp | 640 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/ |
D | Selection.h | 86 static bool createEach(ASTContext &AST, const syntax::TokenBuffer &Tokens,
|
D | Selection.cpp | 802 bool SelectionTree::createEach(ASTContext &AST, in createEach() function in clang::clangd::SelectionTree 818 createEach(AST, Tokens, Begin, End, [&](SelectionTree T) { in createRight()
|
D | ClangdServer.cpp | 440 SelectionTree::createEach( in tweakSelection() 792 bool Success = SelectionTree::createEach( in getAST()
|
D | XRefs.cpp | 190 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/ |
D | TweakTesting.cpp | 74 SelectionTree::createEach(AST.getASTContext(), AST.getTokens(), Range.first, in applyTweak()
|