Searched refs:methodDecl (Results 1 – 8 of 8) sorted by relevance
/external/clang/unittests/AST/ |
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()
|
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()
|
/external/clang/unittests/ASTMatchers/ |
D | ASTMatchersTest.cpp | 927 callExpr(callee(methodDecl(hasName("x")))).bind("x"); in TEST() 1041 StatementMatcher MethodX = callExpr(hasDeclaration(methodDecl(hasName("x")))); in TEST() 1131 methodDecl(hasParameter(0, hasType(asString("int")))))); in TEST() 1397 StatementMatcher CallMethodX = callExpr(callee(methodDecl(hasName("x")))); in TEST() 1538 methodDecl(hasParameter(0, varDecl())))); in TEST() 1540 methodDecl(hasParameter(0, hasName("x"))))); in TEST() 1545 methodDecl(hasParameter(42, varDecl())))); in TEST() 1550 methodDecl(hasParameter(0, hasType(recordDecl(hasName("X"))))))); in TEST() 1552 methodDecl(hasParameter(0, hasType(recordDecl(hasName("X"))))))); in TEST() 1554 methodDecl(hasParameter(0, in TEST() [all …]
|
/external/clang/lib/ASTMatchers/Dynamic/ |
D | Registry.cpp | 276 REGISTER_MATCHER(methodDecl); in RegistryMaps()
|
/external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/ |
D | org.eclipse.jdt.apt.core_3.3.401.R36_v20100727-0110.jar | META-INF/MANIFEST.MF
META-INF/ECLIPSEF.SF
META-INF/ECLIPSEF ... |
D | org.apache.jasper_5.5.17.v201004212143.jar | META-INF/MANIFEST.MF
META-INF/ECLIPSEF.SF
META-INF/ECLIPSEF ... |
D | org.eclipse.jdt.core_3.6.2.v_A76_R36x.jar | META-INF/MANIFEST.MF
META-INF/ECLIPSEF.SF
META-INF/ECLIPSEF ... |
/external/clang/include/clang/ASTMatchers/ |
D | ASTMatchers.h | 758 const internal::VariadicDynCastAllOfMatcher<Decl, CXXMethodDecl> methodDecl; variable
|