Home | History | Annotate | Download | only in ASTMatchers

Lines Matching refs:nestedNameSpecifierLoc

1823     llvm::make_unique<VerifyIdIsBoundTo<NestedNameSpecifierLoc>>("loc", 1)));
1877 nestedNameSpecifierLoc(loc(specifiesType(asString("struct a::A::B"))),
1882 nestedNameSpecifierLoc(loc(specifiesType(asString("struct a::A::B"))),
1887 nestedNameSpecifierLoc(loc(specifiesType(asString("struct a::A"))),
1893 nestedNameSpecifierLoc(loc(specifiesType(asString("struct a::A::B"))),
1894 forEach(nestedNameSpecifierLoc().bind("x"))),
1895 llvm::make_unique<VerifyIdIsBoundTo<NestedNameSpecifierLoc>>("x", 1)));
1909 forEachDescendant(nestedNameSpecifierLoc().bind("x"))),
1911 llvm::make_unique<VerifyIdIsBoundTo<NestedNameSpecifierLoc>>("x", 3)));