Searched refs:templateArgumentCountIs (Results 1 – 8 of 8) sorted by relevance
26 hasName("::std::unique_ptr"), templateArgumentCountIs(2), in getSmartPointerTypeMatcher()33 templateArgumentCountIs(1), in getSmartPointerTypeMatcher()
27 hasName("::std::shared_ptr"), templateArgumentCountIs(1), in getSmartPointerTypeMatcher()
24 hasName("::std::shared_ptr"), templateArgumentCountIs(1), in getSmartPointerClassMatcher()
81 templateArgumentCountIs(1)))))); in registerMatchers()
46 templateArgumentCountIs(1), in registerMatchers()
1915 classTemplateSpecializationDecl(templateArgumentCountIs(1)))); in TEST_P()1918 classTemplateSpecializationDecl(templateArgumentCountIs(2)))); in TEST_P()1921 templateSpecializationType(templateArgumentCountIs(1)))); in TEST_P()1924 templateSpecializationType(templateArgumentCountIs(2)))); in TEST_P()
559 REGISTER_MATCHER(templateArgumentCountIs); in RegistryMaps()
1089 templateArgumentCountIs, in AST_POLYMORPHIC_MATCHER_P() argument