OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:CtorDecl
(Results
1 - 2
of
2
) sorted by null
/external/clang/unittests/ASTMatchers/Dynamic/
RegistryTest.cpp
215
Matcher<Decl>
CtorDecl
= constructMatcher(
220
EXPECT_TRUE(matches("struct Foo { Foo() : foo(1) {} int foo; };",
CtorDecl
));
221
EXPECT_FALSE(matches("struct Foo { Foo() {} int foo; };",
CtorDecl
));
222
EXPECT_FALSE(matches("struct Foo { Foo() : bar(1) {} int bar; };",
CtorDecl
));
/external/clang/lib/Sema/
SemaInit.cpp
[
all
...]
Completed in 26 milliseconds