Home
last modified time | relevance | path

Searched refs:templateSpecializationType (Results 1 – 20 of 20) sorted by relevance

/external/llvm-project/clang-tools-extra/clang-tidy/misc/
DUnusedUsingDeclsCheck.cpp65 Finder->addMatcher(loc(templateSpecializationType(DeclMatcher)), this); in registerMatchers()
76 Finder->addMatcher(loc(templateSpecializationType(forEachTemplateArgument( in registerMatchers()
/external/llvm-project/clang-tools-extra/clang-tidy/modernize/
DPassByValueCheck.cpp51 pointee(unless(templateSpecializationType()), isConstQualified())); in notTemplateSpecConstRefType()
DUseAutoCheck.cpp194 hasQualifier(specifiesType(templateSpecializationType(hasDeclaration( in iteratorFromUsingDeclaration()
/external/clang/unittests/ASTMatchers/
DASTMatchersTraversalTest.cpp240 varDecl(hasType(templateSpecializationType( in TEST()
564 templateSpecializationType(hasAnyTemplateArgument(isExpr( in TEST()
570 templateSpecializationType(hasAnyTemplateArgument( in TEST()
590 templateSpecializationType(hasTemplateArgument( in TEST()
595 templateSpecializationType(hasTemplateArgument( in TEST()
605 templateSpecializationType(hasAnyTemplateArgument(templateArgument())))); in TEST()
DASTMatchersNarrowingTest.cpp891 templateSpecializationType(templateArgumentCountIs(1)))); in TEST()
894 templateSpecializationType(templateArgumentCountIs(2)))); in TEST()
DASTMatchersNodeTest.cpp1327 templateSpecializationType())); in TEST()
/external/llvm-project/clang-tools-extra/clang-include-fixer/find-all-symbols/
DFindAllSymbols.cpp231 loc(templateSpecializationType(hasDeclaration( in registerMatchers()
/external/llvm-project/clang/unittests/ASTMatchers/
DASTMatchersTraversalTest.cpp253 varDecl(hasType(templateSpecializationType( in TEST()
257 fieldDecl(hasType(templateSpecializationType( in TEST()
260 varDecl(hasType(templateSpecializationType( in TEST()
272 varDecl(hasType(templateSpecializationType( in TEST()
1021 templateSpecializationType(hasAnyTemplateArgument(isExpr( in TEST()
1027 templateSpecializationType(hasAnyTemplateArgument( in TEST()
1047 templateSpecializationType(hasTemplateArgument( in TEST()
1052 templateSpecializationType(hasTemplateArgument( in TEST()
1070 templateSpecializationType(hasAnyTemplateArgument(templateArgument())))); in TEST()
DASTMatchersNarrowingTest.cpp1417 templateSpecializationType(templateArgumentCountIs(1)))); in TEST_P()
1420 templateSpecializationType(templateArgumentCountIs(2)))); in TEST_P()
1642 hasObjectExpression(declRefExpr(hasType(templateSpecializationType( in TEST()
1662 hasObjectExpression(declRefExpr(hasType(templateSpecializationType( in TEST()
1679 hasObjectExpression(declRefExpr(hasType(templateSpecializationType( in TEST()
DASTMatchersNodeTest.cpp1799 templateSpecializationType())); in TEST_P()
/external/clang/unittests/AST/
DASTImporterTest.cpp264 templateSpecializationType( in TEST()
DSourceLocationTest.cpp218 loc(templateSpecializationType()))); in TEST()
/external/clang/lib/ASTMatchers/Dynamic/
DRegistry.cpp395 REGISTER_MATCHER(templateSpecializationType); in RegistryMaps()
/external/llvm-project/clang/lib/ASTMatchers/Dynamic/
DRegistry.cpp521 REGISTER_MATCHER(templateSpecializationType); in RegistryMaps()
/external/llvm-project/clang/unittests/AST/
DSourceLocationTest.cpp363 loc(templateSpecializationType()))); in TEST()
DASTImporterTest.cpp377 typedefDecl(hasType(templateSpecializationType( in TEST_P()
/external/llvm-project/clang/lib/ASTMatchers/
DASTMatchersInternal.cpp1017 const AstTypeMatcher<TemplateSpecializationType> templateSpecializationType; variable
/external/llvm-project/clang-tools-extra/clang-change-namespace/
DChangeNamespace.cpp443 unless(templateSpecializationType()))))), in registerMatchers()
/external/clang/include/clang/ASTMatchers/
DASTMatchers.h4789 AST_TYPE_MATCHER(TemplateSpecializationType, templateSpecializationType);
/external/llvm-project/clang/include/clang/ASTMatchers/
DASTMatchers.h6507 templateSpecializationType;