Home
last modified time | relevance | path

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

/llvm-project-15.0.7/clang-tools-extra/clang-tidy/misc/
H A DConstCorrectnessCheck.cpp71 hasType(hasCanonicalType(templateTypeParmType())), in registerMatchers()
75 hasType(referenceType(pointee(hasCanonicalType(templateTypeParmType())))), in registerMatchers()
/llvm-project-15.0.7/clang-tools-extra/clang-tidy/bugprone/
H A DMoveForwardingReferenceCheck.cpp75 references(templateTypeParmType(hasDeclaration( in registerMatchers()
H A DForwardingReferenceOverloadCheck.cpp66 references(templateTypeParmType(hasDeclaration( in registerMatchers()
/llvm-project-15.0.7/clang/lib/Analysis/
H A DExprMutationAnalyzer.cpp336 hasType(templateTypeParmType()), isTypeDependent()))); in findDirectMutation()
/llvm-project-15.0.7/clang/lib/ASTMatchers/Dynamic/
H A DRegistry.cpp566 REGISTER_MATCHER(templateTypeParmType); in RegistryMaps()
/llvm-project-15.0.7/clang/lib/ASTMatchers/
H A DASTMatchersInternal.cpp1065 const AstTypeMatcher<TemplateTypeParmType> templateTypeParmType; variable
/llvm-project-15.0.7/clang/include/clang/ASTMatchers/
H A DASTMatchers.h7356 extern const AstTypeMatcher<TemplateTypeParmType> templateTypeParmType;
/llvm-project-15.0.7/clang/unittests/ASTMatchers/
H A DASTMatchersTraversalTest.cpp184 parmVarDecl(hasType(templateTypeParmType())))); in TEST()