Home
last modified time | relevance | path

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

/llvm-project-15.0.7/clang/unittests/Introspection/
H A DIntrospectionTest.cpp154 auto ExpectedLocations = in TEST() local
158 ExpectedLocations, in TEST()
207 auto ExpectedLocations = in TEST() local
381 auto ExpectedLocations = in TEST() local
443 auto ExpectedLocations = in TEST() local
498 auto ExpectedLocations = in TEST() local
535 auto ExpectedLocations = in TEST() local
612 ExpectedLocations, in TEST()
650 ExpectedLocations, in TEST()
781 ExpectedLocations, in TEST()
[all …]
/llvm-project-15.0.7/clang-tools-extra/clangd/unittests/
H A DXRefsTests.cpp1899 std::vector<Matcher<ReferencesResult::Reference>> ExpectedLocations; in checkFindRefs() local
1901 ExpectedLocations.push_back(AllOf(rangeIs(R), attrsAre(0u))); in checkFindRefs()
1905 ExpectedLocations.push_back( in checkFindRefs()
1909 ExpectedLocations.push_back( in checkFindRefs()
1912 ExpectedLocations.push_back(AllOf( in checkFindRefs()
1916 ExpectedLocations.push_back( in checkFindRefs()
1923 UnorderedElementsAreArray(ExpectedLocations)) in checkFindRefs()
2218 std::vector<Matcher<ReferencesResult::Reference>> ExpectedLocations; in TEST() local
2220 ExpectedLocations.push_back(rangeIs(R)); in TEST()
2222 ElementsAreArray(ExpectedLocations)) in TEST()