Home
last modified time | relevance | path

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

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