Home
last modified time | relevance | path

Searched refs:substTemplateTypeParmType (Results 1 – 14 of 14) sorted by relevance

/llvm-project-15.0.7/clang-tools-extra/clang-tidy/readability/
H A DSimplifySubscriptExprCheck.cpp38 unless(anyOf(substTemplateTypeParmType(), in registerMatchers()
39 hasDescendant(substTemplateTypeParmType()))), in registerMatchers()
/llvm-project-15.0.7/clang-tools-extra/clang-tidy/performance/
H A DFasterStringFindCheck.cpp44 return hasType(qualType(anyOf(substTemplateTypeParmType(), in AST_MATCHER_FUNCTION()
45 hasDescendant(substTemplateTypeParmType())))); in AST_MATCHER_FUNCTION()
H A DUnnecessaryCopyInitialization.cpp181 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 DDeclRefExprUtils.cpp63 substTemplateTypeParmType())))); in constReferenceDeclRefExprs()
66 substTemplateTypeParmType(hasReplacementType(ConstReferenceOrValue)))); in constReferenceDeclRefExprs()
/llvm-project-15.0.7/clang-tools-extra/clang-tidy/misc/
H A DConstCorrectnessCheck.cpp72 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 DExceptionBaseclassCheck.cpp30 hasType(substTemplateTypeParmType().bind("templ_type")))), in registerMatchers()
/llvm-project-15.0.7/clang-tools-extra/clang-tidy/boost/
H A DUseToStringCheck.cpp33 hasParameter(0, hasType(qualType(has(substTemplateTypeParmType( in registerMatchers()
/llvm-project-15.0.7/clang-tools-extra/clang-tidy/modernize/
H A DUseAutoCheck.cpp239 substTemplateTypeParmType(hasReplacementType(equalsBoundNode("arg"))); in makeDeclWithTemplateCastMatcher()
H A DUseNullptrCheck.cpp41 unless(hasImplicitDestinationType(qualType(substTemplateTypeParmType()))), in makeCastSequenceMatcher()
/llvm-project-15.0.7/clang/lib/ASTMatchers/Dynamic/
H A DRegistry.cpp553 REGISTER_MATCHER(substTemplateTypeParmType); in RegistryMaps()
/llvm-project-15.0.7/clang/unittests/ASTMatchers/
H A DASTMatchersNodeTest.cpp1874 expr(hasType(substTemplateTypeParmType())))))); in TEST_P()
1876 expr(hasType(substTemplateTypeParmType())))))); in TEST_P()
H A DASTMatchersTraversalTest.cpp5827 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 DASTMatchersInternal.cpp1064 const AstTypeMatcher<SubstTemplateTypeParmType> substTemplateTypeParmType; variable
/llvm-project-15.0.7/clang/include/clang/ASTMatchers/
H A DASTMatchers.h7331 substTemplateTypeParmType;