Home
last modified time | relevance | path

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

/external/clang/unittests/ASTMatchers/
DASTMatchersTest.cpp868 StatementMatcher HasVariableI = in TEST() local
873 "class X; X *x(int); void c() { int i; x(i); }", HasVariableI)); in TEST()
875 "class X; X *x(int); void c() { int i; x(42); }", HasVariableI)); in TEST()