OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:functionDecl
(Results
1 - 8
of
8
) sorted by null
/external/clang/unittests/AST/
StmtPrinterTest.cpp
107
functionDecl
(hasName(ContainingFunction),
122
functionDecl
(hasName(ContainingFunction),
SourceLocationTest.cpp
122
EXPECT_TRUE(Verifier.match("class C { C(); };",
functionDecl
()));
DeclPrinterTest.cpp
403
functionDecl
(hasName("A"), isExplicitTemplateSpecialization()).bind("id"),
[
all
...]
/external/clang/unittests/ASTMatchers/Dynamic/
VariantValueTest.cpp
110
VariantValue(
functionDecl
()).getTypedMatcher<Decl>()));
122
matches("int x;", VariantValue(
functionDecl
()).getTypedMatcher<Decl>()));
RegistryTest.cpp
95
Value =
functionDecl
(constructMatcher("parameterCountIs", 2)
96
.getTypedMatcher<
FunctionDecl
>());
121
Matcher<Decl> HasParameter =
functionDecl
(constructMatcher(
122
"hasParameter", 1, hasName("x")).getTypedMatcher<
FunctionDecl
>());
158
constructMatcher("
functionDecl
", IsDefinition).getTypedMatcher<Decl>();
277
"(Actual = Matcher<
FunctionDecl
>)",
/external/clang/unittests/ASTMatchers/
ASTMatchersTest.cpp
396
callExpr(allOf(callee(
functionDecl
(hasName("f"))),
399
callExpr(allOf(callee(
functionDecl
(hasName("f"))),
404
callExpr(allOf(callee(
functionDecl
(hasName("f"))),
410
callExpr(allOf(callee(
functionDecl
(hasName("f"))),
704
functionDecl
(forEachDescendant(
[
all
...]
/external/clang/lib/ASTMatchers/Dynamic/
Registry.cpp
259
REGISTER_MATCHER(
functionDecl
);
/external/clang/include/clang/ASTMatchers/
ASTMatchers.h
542
const internal::VariadicDynCastAllOfMatcher<Decl,
FunctionDecl
>
functionDecl
;
[
all
...]
Completed in 40 milliseconds