Searched refs:nestedNameSpecifier (Results 1 – 9 of 9) sorted by relevance
25 Finder->addMatcher(nestedNameSpecifier().bind("nns"), this); in registerMatchers()
210 NestedNameSpecifierDependence nestedNameSpecifier() const { in LLVM_COMMON_DEPENDENCE()297 return Dependence(D).nestedNameSpecifier(); in toNestedNameSpecifierDependendence()
1884 matches("namespace ns { struct A {}; } ns::A a;", nestedNameSpecifier())); in TEST_P()1886 nestedNameSpecifier())); in TEST_P()1888 matches("struct A { void f(); }; void A::f() {}", nestedNameSpecifier())); in TEST_P()1890 nestedNameSpecifier())); in TEST_P()1893 nestedNameSpecifier())); in TEST_P()1896 nestedNameSpecifier())); in TEST_P()1939 NestedNameSpecifierMatcher Matcher = nestedNameSpecifier( in TEST_P()1952 nestedNameSpecifier(specifiesNamespace(hasName("ns"))); in TEST_P()1965 nestedNameSpecifier(hasPrefix(specifiesType(asString("struct A")))))); in TEST_P()
5446 elaboratedType(hasQualifier(nestedNameSpecifier())))); in TEST()5478 loc(nestedNameSpecifier()).bind("loc"), in TEST()5489 hasDescendant(nestedNameSpecifier( in TEST()5494 has(nestedNameSpecifier( in TEST()5498 nestedNameSpecifier(specifiesType(asString("struct a::A")), in TEST()5499 has(nestedNameSpecifier( in TEST()5517 decl(hasDescendant(nestedNameSpecifier(specifiesType( in TEST()5534 hasDescendant(loc(nestedNameSpecifier( in TEST()5539 has(loc(nestedNameSpecifier( in TEST()5544 has(loc(nestedNameSpecifier( in TEST()[all …]
235 "loc", VariantMatcher::SingleMatcher(nestedNameSpecifier( in TEST_F()
489 REGISTER_MATCHER(nestedNameSpecifier); in RegistryMaps()
467 loc(nestedNameSpecifier( in registerMatchers()
1028 const internal::VariadicAllOfMatcher<NestedNameSpecifier> nestedNameSpecifier; variable
7422 nestedNameSpecifier;