Searched refs:methodDecl (Results 1 – 5 of 5) sorted by relevance
| /minix3/external/bsd/llvm/dist/clang/unittests/AST/ |
| H A D | ASTContextParentMapTest.cpp | 31 methodDecl(hasParent(recordDecl(hasName("C")))))); in TEST() 45 methodDecl(hasName("f"), in TEST() 50 methodDecl(hasName("f"), in TEST() 55 methodDecl(hasName("f"), in TEST()
|
| H A D | DeclPrinterTest.cpp | 584 methodDecl(ofClass(hasName("A"))).bind("id"), in TEST() 593 methodDecl(ofClass(hasName("A"))).bind("id"), in TEST() 603 methodDecl(ofClass(hasName("A"))).bind("id"), in TEST() 613 methodDecl(ofClass(hasName("Z"))).bind("id"), in TEST() 624 methodDecl(ofClass(hasName("Z"))).bind("id"), in TEST() 634 methodDecl(ofClass(hasName("Z"))).bind("id"), in TEST() 644 methodDecl(ofClass(hasName("Z"))).bind("id"), in TEST() 654 methodDecl(ofClass(hasName("Z"))).bind("id"), in TEST() 682 methodDecl(ofClass(hasName("Z"))).bind("id"), in TEST() 706 methodDecl(ofClass(hasName("Z"))).bind("id"), in TEST()
|
| /minix3/external/bsd/llvm/dist/clang/unittests/ASTMatchers/ |
| H A D | ASTMatchersTest.cpp | 912 callExpr(callee(methodDecl(hasName("x")))).bind("x"); in TEST() 1026 StatementMatcher MethodX = callExpr(hasDeclaration(methodDecl(hasName("x")))); in TEST() 1116 methodDecl(hasParameter(0, hasType(asString("int")))))); in TEST() 1382 StatementMatcher CallMethodX = callExpr(callee(methodDecl(hasName("x")))); in TEST() 1523 methodDecl(hasParameter(0, varDecl())))); in TEST() 1525 methodDecl(hasParameter(0, hasName("x"))))); in TEST() 1530 methodDecl(hasParameter(42, varDecl())))); in TEST() 1535 methodDecl(hasParameter(0, hasType(recordDecl(hasName("X"))))))); in TEST() 1537 methodDecl(hasParameter(0, hasType(recordDecl(hasName("X"))))))); in TEST() 1539 methodDecl(hasParameter(0, in TEST() [all …]
|
| /minix3/external/bsd/llvm/dist/clang/lib/ASTMatchers/Dynamic/ |
| H A D | Registry.cpp | 270 REGISTER_MATCHER(methodDecl); in RegistryMaps()
|
| /minix3/external/bsd/llvm/dist/clang/include/clang/ASTMatchers/ |
| H A D | ASTMatchers.h | 746 const internal::VariadicDynCastAllOfMatcher<Decl, CXXMethodDecl> methodDecl; variable
|