Home
last modified time | relevance | path

Searched refs:argumentCountIs (Results 1 – 8 of 8) sorted by relevance

/external/v8/tools/clang/value_cleanup/
DListValueRewriter.cpp352 argumentCountIs(1)); in RegisterMatchers()
366 argumentCountIs(1), in RegisterMatchers()
385 argumentCountIs(1), in RegisterMatchers()
404 argumentCountIs(1), in RegisterMatchers()
423 argumentCountIs(1), in RegisterMatchers()
431 argumentCountIs(0)); in RegisterMatchers()
/external/v8/tools/clang/rewrite_scoped_refptr/
DRewriteScopedRefptr.cpp389 callExpr(callee(is_logging_helper), argumentCountIs(3), in main()
401 argumentCountIs(4), in main()
417 argumentCountIs(2), in main()
/external/v8/tools/clang/pass_to_move/
DPassToMove.cpp91 argumentCountIs(0), in main()
/external/v8/tools/clang/empty_string/
DEmptyStringConverter.cpp87 argumentCountIs(2), hasArgument(0, id("literal", stringLiteral())), in SetupMatchers()
/external/clang/lib/ASTMatchers/Dynamic/
DRegistry.cpp103 REGISTER_MATCHER(argumentCountIs); in RegistryMaps()
/external/clang/unittests/ASTMatchers/
DASTMatchersNarrowingTest.cpp794 StatementMatcher Call1Arg = callExpr(argumentCountIs(1)); in TEST()
1043 StatementMatcher Constructor1Arg = cxxConstructExpr(argumentCountIs(1)); in TEST()
DASTMatchersNodeTest.cpp1534 argumentCountIs(0) in TEST()
/external/clang/include/clang/ASTMatchers/
DASTMatchers.h2914 AST_POLYMORPHIC_MATCHER_P(argumentCountIs, in AST_POLYMORPHIC_MATCHER_P() argument