Home
last modified time | relevance | path

Searched refs:templateArgumentCountIs (Results 1 – 8 of 8) sorted by relevance

/llvm-project-15.0.7/clang-tools-extra/clang-tidy/modernize/
H A DMakeUniqueCheck.cpp26 hasName("::std::unique_ptr"), templateArgumentCountIs(2), in getSmartPointerTypeMatcher()
33 templateArgumentCountIs(1), in getSmartPointerTypeMatcher()
H A DMakeSharedCheck.cpp27 hasName("::std::shared_ptr"), templateArgumentCountIs(1), in getSmartPointerTypeMatcher()
/llvm-project-15.0.7/clang-tools-extra/clang-tidy/bugprone/
H A DSharedPtrArrayMismatchCheck.cpp24 hasName("::std::shared_ptr"), templateArgumentCountIs(1), in getSmartPointerClassMatcher()
H A DUnhandledSelfAssignmentCheck.cpp81 templateArgumentCountIs(1)))))); in registerMatchers()
/llvm-project-15.0.7/clang-tools-extra/clang-tidy/portability/
H A DStdAllocatorConstCheck.cpp46 templateArgumentCountIs(1), in registerMatchers()
/llvm-project-15.0.7/clang/unittests/ASTMatchers/
H A DASTMatchersNarrowingTest.cpp1915 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()
/llvm-project-15.0.7/clang/lib/ASTMatchers/Dynamic/
H A DRegistry.cpp559 REGISTER_MATCHER(templateArgumentCountIs); in RegistryMaps()
/llvm-project-15.0.7/clang/include/clang/ASTMatchers/
H A DASTMatchers.h1089 templateArgumentCountIs, in AST_POLYMORPHIC_MATCHER_P() argument