Searched refs:constructMatcher (Results 1 – 4 of 4) sorted by relevance
| /llvm-project-15.0.7/clang/unittests/ASTMatchers/Dynamic/ |
| H A D | RegistryTest.cpp | 163 constructMatcher("hasInitializer", constructMatcher("callExpr"))) in TEST_F() 189 constructMatcher("callee", constructMatcher("memberExpr", in TEST_F() 195 constructMatcher( in TEST_F() 202 constructMatcher( in TEST_F() 229 constructMatcher( in TEST_F() 234 constructMatcher( in TEST_F() 277 constructMatcher( in TEST_F() 306 constructMatcher("pointee", constructMatcher("isConstQualified"), in TEST_F() 313 constructMatcher("hasElementType", constructMatcher("builtinType"))) in TEST_F() 415 constructMatcher("unless", constructMatcher("recordDecl"))) in TEST_F() [all …]
|
| /llvm-project-15.0.7/clang/include/clang/ASTMatchers/Dynamic/ |
| H A D | Registry.h | 138 static VariantMatcher constructMatcher(MatcherCtor Ctor,
|
| /llvm-project-15.0.7/clang/lib/ASTMatchers/Dynamic/ |
| H A D | Registry.cpp | 785 VariantMatcher Registry::constructMatcher(MatcherCtor Ctor, in constructMatcher() function in clang::ast_matchers::dynamic::Registry 797 VariantMatcher Out = constructMatcher(Ctor, NameRange, Args, Error); in constructBoundMatcher()
|
| H A D | Parser.cpp | 840 return Registry::constructMatcher(Ctor, NameRange, Args, Error); in actOnMatcherExpression()
|