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

  /external/clang/unittests/AST/
ASTTypeTraitsTest.cpp 59 EXPECT_FALSE(DNT<QualType>().isBaseOf(DNT<FunctionDecl>()));
104 Verifier.expectSubstring("FunctionDecl");
105 EXPECT_TRUE(Verifier.match("void f() {}", functionDecl()));
117 EXPECT_TRUE(Verifier.match("void f() {}", functionDecl()));
StmtPrinterTest.cpp 118 functionDecl(hasName(ContainingFunction),
144 functionDecl(hasName(ContainingFunction),
SourceLocationTest.cpp 122 EXPECT_TRUE(Verifier.match("class C { C(); };", functionDecl()));
DeclPrinterTest.cpp 452 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>();
416 "(Actual = Matcher<FunctionDecl>)",
  /external/clang/unittests/ASTMatchers/
ASTMatchersTest.cpp 412 callExpr(allOf(callee(functionDecl(hasName("f"))),
415 callExpr(allOf(callee(functionDecl(hasName("f"))),
420 callExpr(allOf(callee(functionDecl(hasName("f"))),
426 callExpr(allOf(callee(functionDecl(hasName("f"))),
734 functionDecl(forEachDescendant(
    [all...]
  /external/chromium_org/tools/clang/rewrite_scoped_refptr/
RewriteScopedRefptr.cpp 216 const clang::FunctionDecl* const function_decl =
217 result.Nodes.getNodeAs<clang::FunctionDecl>("fn");
218 assert(function_decl && "Unexpected match! No FunctionDecl captured!");
230 for (clang::FunctionDecl* f : function_decl->redecls()) {
290 returnStmt(hasAncestor(id("fn", functionDecl(returns(pointerType()))))));
318 functionDecl(anyOf(hasName("CheckEQImpl"), hasName("CheckNEImpl")));
319 auto is_gtest_helper = functionDecl(
  /external/clang/lib/ASTMatchers/Dynamic/
Registry.cpp 163 REGISTER_MATCHER(functionDecl);
  /external/clang/include/clang/ASTMatchers/
ASTMatchers.h 585 const internal::VariadicDynCastAllOfMatcher<Decl, FunctionDecl> functionDecl;
    [all...]

Completed in 73 milliseconds