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

  /external/clang/unittests/AST/
ASTContextParentMapTest.cpp 31 methodDecl(hasParent(recordDecl(hasName("C"))))));
45 methodDecl(hasName("f"),
50 methodDecl(hasName("f"),
55 methodDecl(hasName("f"),
DeclPrinterTest.cpp 539 methodDecl(ofClass(hasName("A"))).bind("id"),
549 methodDecl(ofClass(hasName("A"))).bind("id"),
560 methodDecl(ofClass(hasName("A"))).bind("id"),
571 methodDecl(ofClass(hasName("Z"))).bind("id"),
582 methodDecl(ofClass(hasName("Z"))).bind("id"),
592 methodDecl(ofClass(hasName("Z"))).bind("id"),
602 methodDecl(ofClass(hasName("Z"))).bind("id"),
612 methodDecl(ofClass(hasName("Z"))).bind("id"),
640 methodDecl(ofClass(hasName("Z"))).bind("id"),
664 methodDecl(ofClass(hasName("Z"))).bind("id")
    [all...]
  /external/chromium_org/tools/clang/empty_string/
EmptyStringConverter.cpp 32 using clang::ast_matchers::methodDecl;
102 hasDeclaration(methodDecl(ofClass(hasName("std::basic_string")))),
  /external/chromium_org/tools/clang/rewrite_scoped_ptr_ctor_null/
RewriteScopedPtrCtorNull.cpp 32 using clang::ast_matchers::methodDecl;
108 constructExpr(hasDeclaration(methodDecl(ofClass(matchesName(kPattern)))),
  /external/clang/unittests/ASTMatchers/
ASTMatchersTest.cpp 819 callExpr(callee(methodDecl(hasName("x")))).bind("x");
    [all...]
  /external/clang/lib/ASTMatchers/Dynamic/
Registry.cpp 339 REGISTER_MATCHER(methodDecl);
  /prebuilts/misc/common/ecj/
ecj.jar 
  /external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/
org.eclipse.jdt.apt.core_3.3.401.R36_v20100727-0110.jar 
org.apache.jasper_5.5.17.v201004212143.jar 
org.eclipse.jdt.core_3.6.2.v_A76_R36x.jar 
  /external/clang/include/clang/ASTMatchers/
ASTMatchers.h 513 const internal::VariadicDynCastAllOfMatcher<Decl, CXXMethodDecl> methodDecl;
    [all...]
  /external/clang/lib/Sema/
SemaDecl.cpp     [all...]

Completed in 539 milliseconds