Home
last modified time | relevance | path

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

/llvm-project-15.0.7/clang/unittests/Tooling/
H A DRangeSelectorTest.cpp35 struct TestMatch { struct
72 TestMatch Match = in selectFromTrivial()
140 TestMatch Match = matchCode(Code, M); in TEST()
214 TestMatch Match = in TEST()
230 TestMatch Match = in TEST()
246 TestMatch Match = in TEST()
476 TestMatch MatchA = matchCode( in TEST()
480 TestMatch MatchB = matchCode( in TEST()
484 TestMatch MatchC = matchCode( in TEST()
573 TestMatch Match = in TEST()
[all …]
H A DSourceCodeBuildersTest.cpp55 struct TestMatch { struct
68 static llvm::Optional<TestMatch> matchStmt(StringRef StatementCode, in matchStmt()
83 return TestMatch{std::move(AstUnit), MatchResult(Matches[0], &Context)}; in matchStmt()
H A DStencilTest.cpp57 struct TestMatch { struct
71 static llvm::Optional<TestMatch> matchStmt(StringRef StatementCode, in matchStmt()
87 return TestMatch{std::move(AstUnit), MatchResult(Matches[0], &Context)}; in matchStmt()