Lines Matching defs:ExpectedLocations
1968 std::vector<Matcher<ReferencesResult::Reference>> ExpectedLocations;
1970 ExpectedLocations.push_back(
1975 ExpectedLocations.push_back(AllOf(rangeIs(R), containerIs(Context),
1979 ExpectedLocations.push_back(AllOf(rangeIs(R), containerIs(Context),
1982 ExpectedLocations.push_back(AllOf(
1986 ExpectedLocations.push_back(AllOf(rangeIs(R), containerIs(Context),
1994 UnorderedElementsAreArray(ExpectedLocations))
2303 std::vector<Matcher<ReferencesResult::Reference>> ExpectedLocations;
2305 ExpectedLocations.push_back(rangeIs(R));
2307 ElementsAreArray(ExpectedLocations))
2405 std::vector<Matcher<ReferencesResult::Reference>> ExpectedLocations;
2407 ExpectedLocations.push_back(AllOf(rangeIs(R), attrsAre(0u)));
2410 UnorderedElementsAreArray(ExpectedLocations))