OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:notMatches
(Results
1 - 3
of
3
) sorted by null
/external/clang/unittests/ASTMatchers/
ASTMatchersTest.cpp
26
EXPECT_TRUE(
notMatches
("class X {};", HasEmptyName));
33
EXPECT_TRUE(
notMatches
("class X {};", HasEmptyName));
40
EXPECT_TRUE(
notMatches
("class X {};", IsDerivedFromEmpty));
59
EXPECT_TRUE(
notMatches
("", decl(usingDecl())));
74
EXPECT_TRUE(
notMatches
("#define X 1", NamedX));
87
EXPECT_TRUE(
notMatches
("#define Xkl 1", NamedX));
96
EXPECT_TRUE(
notMatches
("int cab;", Abc));
104
EXPECT_TRUE(
notMatches
("class C { int ckc; };", StartsWithK));
121
EXPECT_TRUE(
notMatches
("", ClassX));
128
EXPECT_TRUE(
notMatches
("class X {};", IsDerivedFromX))
[
all
...]
ASTMatchersTest.h
108
testing::AssertionResult
notMatches
(const std::string &Code,
/external/clang/unittests/ASTMatchers/Dynamic/
RegistryTest.cpp
389
EXPECT_TRUE(
notMatches
("struct Foo {};", D));
Completed in 47 milliseconds