Home
last modified time | relevance | path

Searched refs:cxxMethodDecl (Results 1 – 6 of 6) sorted by relevance

/external/clang/unittests/AST/
DASTContextParentMapTest.cpp32 cxxMethodDecl(hasParent(recordDecl(hasName("C")))))); in TEST()
59 cxxMethodDecl(hasName("f"), in TEST()
64 cxxMethodDecl(hasName("f"), in TEST()
69 cxxMethodDecl( in TEST()
DDeclPrinterTest.cpp595 cxxMethodDecl(ofClass(hasName("A"))).bind("id"), in TEST()
604 cxxMethodDecl(ofClass(hasName("A"))).bind("id"), in TEST()
614 cxxMethodDecl(ofClass(hasName("A"))).bind("id"), in TEST()
624 cxxMethodDecl(ofClass(hasName("Z"))).bind("id"), in TEST()
635 cxxMethodDecl(ofClass(hasName("Z"))).bind("id"), in TEST()
645 cxxMethodDecl(ofClass(hasName("Z"))).bind("id"), in TEST()
655 cxxMethodDecl(ofClass(hasName("Z"))).bind("id"), in TEST()
665 cxxMethodDecl(ofClass(hasName("Z"))).bind("id"), in TEST()
693 cxxMethodDecl(ofClass(hasName("Z"))).bind("id"), in TEST()
717 cxxMethodDecl(ofClass(hasName("Z"))).bind("id"), in TEST()
/external/clang/unittests/ASTMatchers/
DASTMatchersTest.cpp992 callExpr(callee(cxxMethodDecl(hasName("x")))).bind("x"); in TEST()
1107 callExpr(hasDeclaration(cxxMethodDecl(hasName("x")))); in TEST()
1212 cxxMethodDecl(hasParameter(0, hasType(asString("int")))))); in TEST()
1508 StatementMatcher CallMethodX = callExpr(callee(cxxMethodDecl(hasName("x")))); in TEST()
1669 cxxMethodDecl(hasParameter(0, varDecl())))); in TEST()
1671 cxxMethodDecl(hasParameter(0, hasName("x"))))); in TEST()
1676 cxxMethodDecl(hasParameter(42, varDecl())))); in TEST()
1682 cxxMethodDecl(hasParameter(0, hasType(recordDecl(hasName("X"))))))); in TEST()
1685 cxxMethodDecl(hasParameter(0, hasType(recordDecl(hasName("X"))))))); in TEST()
1687 cxxMethodDecl(hasParameter( in TEST()
[all …]
/external/clang/docs/
DReleaseNotes.rst130 methodDecl cxxMethodDecl
/external/clang/lib/ASTMatchers/Dynamic/
DRegistry.cpp143 REGISTER_MATCHER(cxxMethodDecl); in RegistryMaps()
/external/clang/include/clang/ASTMatchers/
DASTMatchers.h808 const internal::VariadicDynCastAllOfMatcher<Decl, CXXMethodDecl> cxxMethodDecl; variable