Home | History | Annotate | Download | only in ASTMatchers

Lines Matching refs:nestedNameSpecifierLoc

128 typedef internal::Matcher<NestedNameSpecifierLoc> NestedNameSpecifierLocMatcher;
2365 internal::TypeList<Decl, NestedNameSpecifierLoc, Stmt, TypeLoc>,
2366 internal::TypeList<Decl, NestedNameSpecifierLoc, Stmt, TypeLoc>>
2382 internal::TypeList<Decl, NestedNameSpecifierLoc, Stmt, TypeLoc>,
2383 internal::TypeList<Decl, NestedNameSpecifierLoc, Stmt, TypeLoc>>
4967 /// \brief Same as \c nestedNameSpecifier but matches \c NestedNameSpecifierLoc.
4969 NestedNameSpecifierLoc> nestedNameSpecifierLoc;
4974 internal::BindableMatcher<NestedNameSpecifierLoc>, loc,
4976 return internal::BindableMatcher<NestedNameSpecifierLoc>(
4977 new internal::LocMatcher<NestedNameSpecifierLoc, NestedNameSpecifier>(
5008 /// nestedNameSpecifierLoc(specifiesTypeLoc(loc(type(
5011 AST_MATCHER_P(NestedNameSpecifierLoc, specifiesTypeLoc,
5034 /// \brief Matches on the prefix of a \c NestedNameSpecifierLoc.
5041 /// nestedNameSpecifierLoc(hasPrefix(loc(specifiesType(asString("struct A")))))
5043 AST_MATCHER_P_OVERLOAD(NestedNameSpecifierLoc, hasPrefix,
5044 internal::Matcher<NestedNameSpecifierLoc>, InnerMatcher,
5046 NestedNameSpecifierLoc NextNode = Node.getPrefix();