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

/external/clang/unittests/ASTMatchers/
H A DASTMatchersNarrowingTest.cpp614 cxxOperatorCallExpr(hasOverloadedOperatorName("&&"));
619 cxxOperatorCallExpr(hasOverloadedOperatorName("<<"));
625 cxxOperatorCallExpr(hasOverloadedOperatorName("*"));
629 cxxRecordDecl(hasMethod(hasOverloadedOperatorName("*")));
634 DeclarationMatcher AnyOpStar = functionDecl(hasOverloadedOperatorName("*"));
645 cxxOperatorCallExpr(hasOverloadedOperatorName("&&")).bind("x"),
/external/clang/lib/ASTMatchers/Dynamic/
H A DRegistry.cpp245 REGISTER_MATCHER(hasOverloadedOperatorName);
/external/clang/include/clang/ASTMatchers/
H A DASTMatchers.h2152 /// \c cxxOperatorCallExpr(hasOverloadedOperatorName("<<"))) matches the
2154 /// \c cxxRecordDecl(hasMethod(hasOverloadedOperatorName("*")))
2161 hasOverloadedOperatorName(StringRef Name) { function in namespace:clang::ast_matchers

Completed in 125 milliseconds