Searched refs:substTemplateTypeParmType (Results 1 – 14 of 14) sorted by relevance
| /llvm-project-15.0.7/clang-tools-extra/clang-tidy/readability/ |
| H A D | SimplifySubscriptExprCheck.cpp | 38 unless(anyOf(substTemplateTypeParmType(), in registerMatchers() 39 hasDescendant(substTemplateTypeParmType()))), in registerMatchers()
|
| /llvm-project-15.0.7/clang-tools-extra/clang-tidy/performance/ |
| H A D | FasterStringFindCheck.cpp | 44 return hasType(qualType(anyOf(substTemplateTypeParmType(), in AST_MATCHER_FUNCTION() 45 hasDescendant(substTemplateTypeParmType())))); in AST_MATCHER_FUNCTION()
|
| H A D | UnnecessaryCopyInitialization.cpp | 181 qualType(anyOf(substTemplateTypeParmType().bind("subst"), in getSubstitutedType() 182 hasDescendant(substTemplateTypeParmType().bind("subst")))), in getSubstitutedType()
|
| /llvm-project-15.0.7/clang-tools-extra/clang-tidy/utils/ |
| H A D | DeclRefExprUtils.cpp | 63 substTemplateTypeParmType())))); in constReferenceDeclRefExprs() 66 substTemplateTypeParmType(hasReplacementType(ConstReferenceOrValue)))); in constReferenceDeclRefExprs()
|
| /llvm-project-15.0.7/clang-tools-extra/clang-tidy/misc/ |
| H A D | ConstCorrectnessCheck.cpp | 72 hasType(substTemplateTypeParmType()), hasType(isDependentType()), in registerMatchers() 76 hasType(referenceType(pointee(substTemplateTypeParmType())))); in registerMatchers()
|
| /llvm-project-15.0.7/clang-tools-extra/clang-tidy/hicpp/ |
| H A D | ExceptionBaseclassCheck.cpp | 30 hasType(substTemplateTypeParmType().bind("templ_type")))), in registerMatchers()
|
| /llvm-project-15.0.7/clang-tools-extra/clang-tidy/boost/ |
| H A D | UseToStringCheck.cpp | 33 hasParameter(0, hasType(qualType(has(substTemplateTypeParmType( in registerMatchers()
|
| /llvm-project-15.0.7/clang-tools-extra/clang-tidy/modernize/ |
| H A D | UseAutoCheck.cpp | 239 substTemplateTypeParmType(hasReplacementType(equalsBoundNode("arg"))); in makeDeclWithTemplateCastMatcher()
|
| H A D | UseNullptrCheck.cpp | 41 unless(hasImplicitDestinationType(qualType(substTemplateTypeParmType()))), in makeCastSequenceMatcher()
|
| /llvm-project-15.0.7/clang/lib/ASTMatchers/Dynamic/ |
| H A D | Registry.cpp | 553 REGISTER_MATCHER(substTemplateTypeParmType); in RegistryMaps()
|
| /llvm-project-15.0.7/clang/unittests/ASTMatchers/ |
| H A D | ASTMatchersNodeTest.cpp | 1874 expr(hasType(substTemplateTypeParmType())))))); in TEST_P() 1876 expr(hasType(substTemplateTypeParmType())))))); in TEST_P()
|
| H A D | ASTMatchersTraversalTest.cpp | 5827 EXPECT_TRUE(matches(Fragment, substTemplateTypeParmType(hasReplacementType( in TEST() 5829 EXPECT_TRUE(notMatches(Fragment, substTemplateTypeParmType(hasReplacementType( in TEST() 5835 substTemplateTypeParmType(hasReplacementType(qualType())))); in TEST()
|
| /llvm-project-15.0.7/clang/lib/ASTMatchers/ |
| H A D | ASTMatchersInternal.cpp | 1064 const AstTypeMatcher<SubstTemplateTypeParmType> substTemplateTypeParmType; variable
|
| /llvm-project-15.0.7/clang/include/clang/ASTMatchers/ |
| H A D | ASTMatchers.h | 7331 substTemplateTypeParmType;
|