Home
last modified time | relevance | path

Searched refs:templateTypeParmDecl (Results 1 – 10 of 10) sorted by relevance

/llvm-project-15.0.7/clang-tools-extra/clang-tidy/bugprone/
H A DForwardingReferenceOverloadCheck.cpp67 templateTypeParmDecl().bind("type-parm-decl")))), in registerMatchers()
79 has(templateTypeParmDecl(hasDefaultArgument(isEnableIf()))), in registerMatchers()
H A DMoveForwardingReferenceCheck.cpp76 templateTypeParmDecl().bind("type-parm-decl")))), in registerMatchers()
/llvm-project-15.0.7/clang/unittests/ASTMatchers/
H A DASTMatchersTraversalTest.cpp1306 EXPECT_TRUE(matches(input, templateTypeParmDecl(hasName("T")))); in TEST()
1307 EXPECT_TRUE(matches(input, templateTypeParmDecl(hasName("U")))); in TEST()
1318 EXPECT_TRUE(matches(input, templateTypeParmDecl(hasName("T")))); in TEST()
1319 EXPECT_TRUE(matches(input, templateTypeParmDecl(hasName("U")))); in TEST()
1350 EXPECT_TRUE(matches(input, templateTypeParmDecl(hasName("T")))); in TEST()
1352 EXPECT_TRUE(matches(input, templateTypeParmDecl(hasName("U")))); in TEST()
1367 EXPECT_TRUE(matches(input, templateTypeParmDecl(hasName("T")))); in TEST()
1368 EXPECT_TRUE(matches(input, templateTypeParmDecl(hasName("U")))); in TEST()
1381 EXPECT_TRUE(matches(input, templateTypeParmDecl(hasName("T")))); in TEST()
1382 EXPECT_TRUE(matches(input, templateTypeParmDecl(hasName("U")))); in TEST()
[all …]
H A DASTMatchersNodeTest.cpp407 templateTypeParmDecl(hasName("T")))); in TEST_P()
408 EXPECT_TRUE(notMatches("template <int N> void f();", templateTypeParmDecl())); in TEST_P()
/llvm-project-15.0.7/clang/unittests/AST/
H A DASTImporterVisibilityTest.cpp55 return namedDecl(hasName("v"), has(templateTypeParmDecl())); in operator ()()
H A DASTImporterGenericRedeclTest.cpp88 has(templateTypeParmDecl())); in getPattern()
H A DASTImporterTest.cpp1067 FromTU, templateTypeParmDecl(hasName("T"))); in TEST_P()
1076 FromTU, templateTypeParmDecl(hasName("T"))); in TEST_P()
/llvm-project-15.0.7/clang/lib/ASTMatchers/Dynamic/
H A DRegistry.cpp565 REGISTER_MATCHER(templateTypeParmDecl); in RegistryMaps()
/llvm-project-15.0.7/clang/lib/ASTMatchers/
H A DASTMatchersInternal.cpp767 templateTypeParmDecl; variable
/llvm-project-15.0.7/clang/include/clang/ASTMatchers/
H A DASTMatchers.h598 templateTypeParmDecl;