Home
last modified time | relevance | path

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

/llvm-project-15.0.7/clang/unittests/Tooling/Syntax/
H A DTreeTestBase.h40 syntax::Node *nodeByRange(llvm::Annotations::Range R, syntax::Node *Root);
H A DMutationsTest.cpp48 auto *S = cast<syntax::Statement>(nodeByRange(Input.range(), Root)); in __anona969432b0202()
H A DTreeTestBase.cpp170 syntax::Node *SyntaxTreeTest::nodeByRange(llvm::Annotations::Range R, in nodeByRange() function in SyntaxTreeTest
183 if (auto *Result = nodeByRange(R, C)) in nodeByRange()
H A DBuildTreeTest.cpp59 auto *AnnotatedNode = nodeByRange(AnnotatedRanges[i], Root); in treeDumpEqualOnAnnotations()