Searched defs:nestedNameSpecifier (Results 1 - 1 of 1) sorted by relevance

/external/clang/include/clang/ASTMatchers/
H A DASTMatchers.h3438 /// nestedNameSpecifier()
3440 const internal::VariadicAllOfMatcher<NestedNameSpecifier> nestedNameSpecifier; member in namespace:clang::ast_matchers
3442 /// \brief Same as \c nestedNameSpecifier but matches \c NestedNameSpecifierLoc.
3464 /// nestedNameSpecifier(specifiesType(hasDeclaration(recordDecl(hasName("A")))))
3496 /// nestedNameSpecifier(hasPrefix(specifiesType(asString("struct A")))) and
3533 /// nestedNameSpecifier(specifiesNamespace(hasName("ns")))

Completed in 297 milliseconds