Searched refs:ExpectedMatches (Results 1 – 3 of 3) sorted by relevance
/external/clang/unittests/Tooling/ |
D | TestVisitor.h | 132 ExpectedMatches.push_back(ExpectedMatch(Match, Line, Column)); in ExpectMatch() 138 It = ExpectedMatches.begin(), End = ExpectedMatches.end(); in ~ExpectedLocationVisitor() 160 It = ExpectedMatches.begin(), End = ExpectedMatches.end(); in Match() 230 std::vector<ExpectedMatch> ExpectedMatches; variable
|
/external/llvm-project/clang/unittests/Tooling/ |
D | TestVisitor.h | 146 ExpectedMatches.push_back(ExpectedMatch(Match, Line, Column, Times)); 152 It = ExpectedMatches.begin(), End = ExpectedMatches.end(); in ~ExpectedLocationVisitor() 174 It = ExpectedMatches.begin(), End = ExpectedMatches.end(); in Match() 248 std::vector<ExpectedMatch> ExpectedMatches; variable
|
/external/llvm-project/clang-tools-extra/clangd/unittests/ |
D | RenameTests.cpp | 1720 std::vector<Range> ExpectedMatches; in TEST() local 1726 ExpectedMatches.push_back(*Match); in TEST() 1732 EXPECT_THAT(ExpectedMatches, IsEmpty()); in TEST() 1734 EXPECT_THAT(ExpectedMatches, UnorderedElementsAreArray(*Mapped)); in TEST()
|