Home
last modified time | relevance | path

Searched refs:templateArgumentLoc (Results 1 – 7 of 7) sorted by relevance

/llvm-project-15.0.7/clang/unittests/AST/
H A DTemplateNameTest.cpp42 auto MatchResults = match(templateArgumentLoc().bind("id"), Ctx); in TEST()
74 auto Matcher = templateArgumentLoc().bind("id"); in TEST()
H A DASTImporterTest.cpp902 hasAnyTemplateArgumentLoc(templateArgumentLoc()))))))); in TEST_P()
/llvm-project-15.0.7/clang/unittests/Introspection/
H A DIntrospectionTest.cpp435 decl(hasDescendant(templateArgumentLoc().bind("ta"))), TU, Ctx); in TEST()
490 decl(hasDescendant(templateArgumentLoc().bind("ta"))), TU, Ctx); in TEST()
527 decl(hasDescendant(templateArgumentLoc().bind("ta"))), TU, Ctx); in TEST()
563 decl(hasDescendant(templateArgumentLoc().bind("ta"))), TU, Ctx); in TEST()
600 decl(hasDescendant(templateArgumentLoc().bind("ta"))), TU, Ctx); in TEST()
638 decl(hasDescendant(templateArgumentLoc().bind("ta"))), TU, Ctx); in TEST()
674 decl(hasDescendant(templateArgumentLoc().bind("ta"))), TU, Ctx); in TEST()
711 decl(hasDescendant(templateArgumentLoc().bind("ta"))), TU, Ctx); in TEST()
/llvm-project-15.0.7/clang/lib/ASTMatchers/Dynamic/
H A DRegistry.cpp560 REGISTER_MATCHER(templateArgumentLoc); in RegistryMaps()
/llvm-project-15.0.7/clang/lib/ASTMatchers/
H A DASTMatchersInternal.cpp762 const internal::VariadicAllOfMatcher<TemplateArgumentLoc> templateArgumentLoc; variable
/llvm-project-15.0.7/clang/unittests/ASTMatchers/
H A DASTMatchersTraversalTest.cpp469 templateArgumentLoc(hasTypeLoc(loc(asString("int")))))); in TEST()
5045 templateArgumentLoc().bind("x"), in TEST()
6319 hasAnyTemplateArgumentLoc(templateArgumentLoc())))))))); in TEST()
6332 hasAnyTemplateArgumentLoc(templateArgumentLoc())))))))); in TEST()
/llvm-project-15.0.7/clang/include/clang/ASTMatchers/
H A DASTMatchers.h564 templateArgumentLoc;