Home | History | Annotate | Download | only in Dynamic

Lines Matching full:hasname

147       "namedDecl", constructMatcher("hasName", StringRef("X")))
181 "hasParameter", 1, constructMatcher("hasName", StringRef("x")))
199 constructMatcher("hasName", StringRef("x")))))
218 specifiesType(hasDeclaration(recordDecl(hasName("A")))))))
247 "recordDecl", constructMatcher("hasName", StringRef("Foo")),
264 "ofClass", constructMatcher("hasName", StringRef("Foo"))))))
307 constructMatcher("hasName", StringRef("foo")))))
320 constructMatcher("hasName", StringRef("X")))))
331 constructMatcher("hasName", StringRef("X")))))
349 constructMatcher("hasName", StringRef("Foo"))),
351 constructMatcher("hasName", StringRef("foo"))))
363 constructMatcher("hasName", StringRef("Foo")),
364 constructMatcher("hasName", StringRef("Bar")))))
374 has(fieldDecl(hasName("Foo"))),
378 constructMatcher("hasName", StringRef("Bar"))))
385 "namedDecl", constructMatcher("hasName", StringRef("Foo")),
491 EXPECT_TRUE(hasCompletion(NamedDeclComps, "hasName(\"",
492 "Matcher<NamedDecl> hasName(string)"));