HomeSort by relevance Sort by last modified time
    Searched refs:functionDecl (Results 1 - 10 of 10) sorted by null

  /external/clang/unittests/AST/
ASTContextParentMapTest.cpp 45 typeLoc(hasParent(typeLoc(hasParent(functionDecl()))))));
StmtPrinterTest.cpp 118 functionDecl(hasName(ContainingFunction),
144 functionDecl(hasName(ContainingFunction),
ASTTypeTraitsTest.cpp 65 EXPECT_FALSE(DNT<QualType>().isBaseOf(DNT<FunctionDecl>()));
143 Verifier.expectSubstring("FunctionDecl");
144 EXPECT_TRUE(Verifier.match("void f() {}", functionDecl()));
156 EXPECT_TRUE(Verifier.match("void f() {}", functionDecl()));
SourceLocationTest.cpp 154 EXPECT_TRUE(Verifier.match("class C { C(); };", functionDecl()));
160 EXPECT_TRUE(Verifier.match("class C { C() = default; };", functionDecl()));
166 EXPECT_TRUE(Verifier.match("class C { C() = delete; };", functionDecl()));
DeclPrinterTest.cpp 463 functionDecl(hasName("A"), isExplicitTemplateSpecialization()).bind("id"),
    [all...]
  /external/clang/unittests/ASTMatchers/Dynamic/
VariantValueTest.cpp 138 VariantValue(VariantMatcher::SingleMatcher(functionDecl()))
156 "int x;", VariantValue(VariantMatcher::SingleMatcher(functionDecl()))
RegistryTest.cpp 152 Value = functionDecl(constructMatcher("parameterCountIs", 2)
153 .getTypedMatcher<FunctionDecl>());
180 functionDecl(constructMatcher(
182 .getTypedMatcher<FunctionDecl>());
237 constructMatcher("functionDecl", IsDefinition).getTypedMatcher<Decl>();
350 constructMatcher("functionDecl",
424 "(Actual = Matcher<FunctionDecl>)",
  /external/clang/unittests/ASTMatchers/
ASTMatchersTest.cpp 434 callExpr(allOf(callee(functionDecl(hasName("f"))),
437 callExpr(allOf(callee(functionDecl(hasName("f"))),
442 callExpr(allOf(callee(functionDecl(hasName("f"))),
448 callExpr(allOf(callee(functionDecl(hasName("f"))),
818 functionDecl(forEachDescendant(
    [all...]
  /external/clang/include/clang/ASTMatchers/
ASTMatchers.h 846 const internal::VariadicDynCastAllOfMatcher<Decl, FunctionDecl> functionDecl;
    [all...]
  /external/clang/lib/ASTMatchers/Dynamic/
Registry.cpp 182 REGISTER_MATCHER(functionDecl);

Completed in 62 milliseconds