Searched refs:SelectedNodeWithParents (Results 1 - 1 of 1) sorted by relevance

/freebsd-12-stable/contrib/llvm-project/clang/lib/Tooling/Refactoring/
H A DASTSelection.cpp251 struct SelectedNodeWithParents { struct in namespace:__anon3507
290 void SelectedNodeWithParents::canonicalize() {
343 llvm::SmallVectorImpl<SelectedNodeWithParents> &MatchingNodes,
351 MatchingNodes.push_back(SelectedNodeWithParents{
359 MatchingNodes.push_back(SelectedNodeWithParents{
373 llvm::SmallVectorImpl<SelectedNodeWithParents> &MatchingNodes,
385 llvm::SmallVector<SelectedNodeWithParents, 4> ContainSelection;
392 SelectedNodeWithParents &Selected = ContainSelection[0];

Completed in 57 milliseconds