Home
last modified time | relevance | path

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

/external/llvm-project/clang/lib/Tooling/Refactoring/
DASTSelection.cpp250 struct SelectedNodeWithParents { struct
289 void SelectedNodeWithParents::canonicalize() { in canonicalize()
342 llvm::SmallVectorImpl<SelectedNodeWithParents> &MatchingNodes, in findDeepestWithKind()
350 MatchingNodes.push_back(SelectedNodeWithParents{ in findDeepestWithKind()
358 MatchingNodes.push_back(SelectedNodeWithParents{ in findDeepestWithKind()
372 llvm::SmallVectorImpl<SelectedNodeWithParents> &MatchingNodes, in findDeepestWithKind()
384 llvm::SmallVector<SelectedNodeWithParents, 4> ContainSelection; in create()
391 SelectedNodeWithParents &Selected = ContainSelection[0]; in create()