Searched defs:cxxMethodDecl (Results 1 - 1 of 1) sorted by relevance

/external/clang/include/clang/ASTMatchers/
H A DASTMatchers.h808 const internal::VariadicDynCastAllOfMatcher<Decl, CXXMethodDecl> cxxMethodDecl; member in namespace:clang::ast_matchers
2275 /// cxxMethodDecl(hasName("x")))))
2862 /// cxxMethodDecl(hasParameter(0, hasType(varDecl())))
2882 /// cxxMethodDecl(hasAnyParameter(hasName("y")))
2911 /// cxxMethodDecl(returns(asString("int")))
3388 /// (matcher = cxxConstructExpr(hasDeclaration(cxxMethodDecl(
3463 /// cxxMethodDecl(isConst()) matches A::foo() but not A::bar()
3479 /// cxxMethodDecl(isCopyAssignmentOperator()) matches the first method but not

Completed in 61 milliseconds