Lines Matching refs:SelectionTree
175 auto ResultFromTree = [&](SelectionTree ST) { in getDeclAtPositionWithRelations()
176 if (const SelectionTree::Node *N = ST.commonAncestor()) { in getDeclAtPositionWithRelations()
191 SelectionTree::createEach(AST.getASTContext(), AST.getTokens(), Offset, in getDeclAtPositionWithRelations()
1131 std::vector<SourceLocation> relatedControlFlow(const SelectionTree::Node &N) { in relatedControlFlow()
1242 auto TryTree = [&](SelectionTree ST) { in findDocumentHighlights()
1243 if (const SelectionTree::Node *N = ST.commonAncestor()) { in findDocumentHighlights()
1268 SelectionTree::createEach(AST.getASTContext(), AST.getTokens(), Offset, in findDocumentHighlights()
1743 auto RecordFromNode = [&AST](const SelectionTree::Node *N) { in findRecordTypeAt()
1785 SelectionTree::createEach(AST.getASTContext(), AST.getTokens(), *Offset, in findRecordTypeAt()
1786 *Offset, [&](SelectionTree ST) { in findRecordTypeAt()
1795 static QualType typeForNode(const SelectionTree::Node *N) { in typeForNode()
1971 [&AST](const SelectionTree::Node *N) -> std::vector<LocatedSymbol> { in findType()
1983 SelectionTree::createEach(AST.getASTContext(), AST.getTokens(), *Offset, in findType()
1984 *Offset, [&](SelectionTree ST) { in findType()