Searched refs:hasBinding (Results 1 – 3 of 3) sorted by relevance
| /llvm-project-15.0.7/clang/unittests/ASTMatchers/ |
| H A D | ASTMatchersNodeTest.cpp | 2470 Code, decompositionDecl(hasBinding(0, bindingDecl(hasName("f")))), true, in TEST() 2473 Code, decompositionDecl(hasBinding(42, bindingDecl(hasName("f")))), true, in TEST() 2476 Code, decompositionDecl(hasBinding(0, bindingDecl(hasName("s")))), true, in TEST() 2479 Code, decompositionDecl(hasBinding(1, bindingDecl(hasName("s")))), true, in TEST()
|
| /llvm-project-15.0.7/clang/lib/ASTMatchers/Dynamic/ |
| H A D | Registry.cpp | 291 REGISTER_MATCHER(hasBinding); in RegistryMaps()
|
| /llvm-project-15.0.7/clang/include/clang/ASTMatchers/ |
| H A D | ASTMatchers.h | 7940 AST_MATCHER_P2(DecompositionDecl, hasBinding, unsigned, N, in AST_MATCHER_P2() argument
|