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

  /external/clang/unittests/AST/
ASTContextParentMapTest.cpp 32 cxxMethodDecl(hasParent(recordDecl(hasName("C"))))));
59 cxxMethodDecl(hasName("f"),
64 cxxMethodDecl(hasName("f"),
69 cxxMethodDecl(
DeclPrinterTest.cpp 595 cxxMethodDecl(ofClass(hasName("A"))).bind("id"),
604 cxxMethodDecl(ofClass(hasName("A"))).bind("id"),
614 cxxMethodDecl(ofClass(hasName("A"))).bind("id"),
624 cxxMethodDecl(ofClass(hasName("Z"))).bind("id"),
635 cxxMethodDecl(ofClass(hasName("Z"))).bind("id"),
645 cxxMethodDecl(ofClass(hasName("Z"))).bind("id"),
655 cxxMethodDecl(ofClass(hasName("Z"))).bind("id"),
665 cxxMethodDecl(ofClass(hasName("Z"))).bind("id"),
693 cxxMethodDecl(ofClass(hasName("Z"))).bind("id"),
717 cxxMethodDecl(ofClass(hasName("Z"))).bind("id")
    [all...]
  /external/clang/unittests/ASTMatchers/
ASTMatchersTest.cpp     [all...]
  /external/clang/lib/ASTMatchers/Dynamic/
Registry.cpp 143 REGISTER_MATCHER(cxxMethodDecl);
  /external/clang/include/clang/ASTMatchers/
ASTMatchers.h 808 const internal::VariadicDynCastAllOfMatcher<Decl, CXXMethodDecl> cxxMethodDecl;
    [all...]

Completed in 42 milliseconds