Home
last modified time | relevance | path

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

/external/clang/unittests/ASTMatchers/
DASTMatchersTest.h129 testing::AssertionResult notMatchesC(const std::string &Code, in notMatchesC() function
DASTMatchersTest.cpp1565 EXPECT_TRUE(notMatchesC("void f();", functionDecl(isVariadic()))); in TEST()