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

/external/clang/unittests/ASTMatchers/
H A DASTMatchersTest.cpp3970 elaboratedType(hasQualifier(nestedNameSpecifier()))));
3993 nestedNameSpecifier()));
3995 nestedNameSpecifier()));
3997 nestedNameSpecifier()));
4001 nestedNameSpecifier()));
4004 nestedNameSpecifier()));
4013 NestedNameSpecifierMatcher Matcher = nestedNameSpecifier(
4022 NestedNameSpecifierMatcher Matcher = nestedNameSpecifier(
4032 nestedNameSpecifier(specifiesType(asString("struct ns::E"))).bind("nns"),
4039 loc(nestedNameSpecifier())
[all...]
/external/clang/lib/ASTMatchers/Dynamic/
H A DRegistry.cpp259 REGISTER_MATCHER(nestedNameSpecifier);
/external/clang/unittests/ASTMatchers/Dynamic/
H A DRegistryTest.cpp217 "loc", VariantMatcher::SingleMatcher(nestedNameSpecifier(
/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 1021 milliseconds