Home
last modified time | relevance | path

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

/external/llvm-project/clang-tools-extra/clang-tidy/bugprone/
DMoveForwardingReferenceCheck.cpp75 references(templateTypeParmType(hasDeclaration( in registerMatchers()
DForwardingReferenceOverloadCheck.cpp66 references(templateTypeParmType(hasDeclaration( in registerMatchers()
/external/clang/lib/ASTMatchers/Dynamic/
DRegistry.cpp396 REGISTER_MATCHER(templateTypeParmType); in RegistryMaps()
/external/llvm-project/clang/lib/Analysis/
DExprMutationAnalyzer.cpp330 hasType(templateTypeParmType()), isTypeDependent()))); in findDirectMutation()
/external/llvm-project/clang/lib/ASTMatchers/Dynamic/
DRegistry.cpp524 REGISTER_MATCHER(templateTypeParmType); in RegistryMaps()
/external/llvm-project/clang/lib/ASTMatchers/
DASTMatchersInternal.cpp1023 const AstTypeMatcher<TemplateTypeParmType> templateTypeParmType; variable
/external/clang/unittests/ASTMatchers/
DASTMatchersTraversalTest.cpp183 parmVarDecl(hasType(templateTypeParmType())))); in TEST()
/external/clang/include/clang/ASTMatchers/
DASTMatchers.h4900 AST_TYPE_MATCHER(TemplateTypeParmType, templateTypeParmType);
/external/llvm-project/clang/include/clang/ASTMatchers/
DASTMatchers.h6665 extern const AstTypeMatcher<TemplateTypeParmType> templateTypeParmType;
/external/llvm-project/clang/unittests/ASTMatchers/
DASTMatchersTraversalTest.cpp182 parmVarDecl(hasType(templateTypeParmType())))); in TEST()