Lines Matching defs:DeclarationMatcher
24 TEST(DeclarationMatcher, hasMethod) {
31 TEST(DeclarationMatcher, ClassDerivedFromDependentTemplateSpecialization) {
41 TEST(DeclarationMatcher, hasDeclContext) {
342 DeclarationMatcher ClassHasBaseClassX =
349 DeclarationMatcher ClassX = recordDecl(hasName("X"));
358 DeclarationMatcher ClassX = recordDecl(hasName("X"));
366 DeclarationMatcher ClassX = recordDecl(hasName("X"));
368 DeclarationMatcher ClassHasBaseClassX =
893 DeclarationMatcher IntParam = parmVarDecl(hasType(isInteger())).bind("param");
906 DeclarationMatcher IntParam = parmVarDecl(hasType(isInteger())).bind("param");
935 DeclarationMatcher IntParam = parmVarDecl(hasType(isInteger())).bind("param");
959 DeclarationMatcher IntParam = parmVarDecl(hasType(isInteger())).bind("param");
4960 DeclarationMatcher MatchesInit = varDecl(hasInitializer(anything()));
5215 DeclarationMatcher m = recordDecl(