Lines Matching refs:Decl

146   Matcher<Decl> Value = constructMatcher(  in TEST_F()
148 .getTypedMatcher<Decl>(); in TEST_F()
159 Matcher<Decl> HasInitializerSimple = constructMatcher( in TEST_F()
161 .getTypedMatcher<Decl>(); in TEST_F()
162 Matcher<Decl> HasInitializerComplex = constructMatcher( in TEST_F()
165 .getTypedMatcher<Decl>(); in TEST_F()
179 Matcher<Decl> HasParameter = in TEST_F()
210 Matcher<Decl> DeclDecl = declaratorDecl(hasTypeLoc( in TEST_F()
232 Matcher<Decl> Var = in TEST_F()
233 constructMatcher("varDecl", IsDefinition).getTypedMatcher<Decl>(); in TEST_F()
234 Matcher<Decl> Class = in TEST_F()
235 constructMatcher("recordDecl", IsDefinition).getTypedMatcher<Decl>(); in TEST_F()
236 Matcher<Decl> Func = in TEST_F()
237 constructMatcher("functionDecl", IsDefinition).getTypedMatcher<Decl>(); in TEST_F()
245 Matcher<Decl> Anything = constructMatcher("anything").getTypedMatcher<Decl>(); in TEST_F()
246 Matcher<Decl> RecordDecl = constructMatcher( in TEST_F()
248 VariantMatcher::SingleMatcher(Anything)).getTypedMatcher<Decl>(); in TEST_F()
272 Matcher<Decl> HasTemplateArgument = constructMatcher( in TEST_F()
278 .getTypedMatcher<Decl>(); in TEST_F()
302 Matcher<Decl> CtorDecl = constructMatcher( in TEST_F()
308 .getTypedMatcher<Decl>(); in TEST_F()
315 Matcher<Decl> D = constructMatcher( in TEST_F()
321 .getTypedMatcher<Decl>(); in TEST_F()
346 Matcher<Decl> D = constructMatcher( in TEST_F()
352 .getTypedMatcher<Decl>(); in TEST_F()
365 .getTypedMatcher<Decl>(); in TEST_F()
379 .getTypedMatcher<Decl>()); in TEST_F()
387 .getTypedMatcher<Decl>(); in TEST_F()
497 Matcher<Decl> Value = constructMatcher( in TEST_F()
499 .getTypedMatcher<Decl>(); in TEST_F()