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

/external/clang/include/clang/ASTMatchers/
H A DASTMatchers.h1541 /// \c operatorCallExpr(hasOverloadedOperatorName("<<"))) matches the specified
1542 /// line and \c recordDecl(hasMethod(hasOverloadedOperatorName("*"))) matches
1549 hasOverloadedOperatorName(const StringRef Name) { function in namespace:clang::ast_matchers

Completed in 123 milliseconds