Home
last modified time | relevance | path

Searched defs:Call1Arg (Results 1 – 1 of 1) sorted by relevance

/llvm-project/clang/unittests/ASTMatchers/
H A DASTMatchersNarrowingTest.cpp1734 StatementMatcher Call1Arg = callExpr(argumentCountIs(1)); in TEST_P() local
1745 StatementMatcher Call1Arg = callExpr(argumentCountIs(1)); in TEST_P() local