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

  /external/clang/unittests/ASTMatchers/
ASTMatchersTest.cpp 418 hasDescendant(fieldDecl(hasName("a"))))));
425 hasDescendant(fieldDecl(hasName("a"))))));
618 TEST(DeclarationMatcher, HasDescendant) {
621 hasDescendant(recordDecl(hasName("X"))),
636 hasDescendant(recordDecl(has(recordDecl(hasName("Y"))),
659 hasDescendant(recordDecl(hasDescendant(recordDecl(hasName("Y"))),
680 decl(hasDescendant(typeLoc().bind("x")), has(decl()));
690 decl(hasDescendant(VD), hasDescendant(RD))))
    [all...]
  /prebuilts/misc/common/power-helper/
PowerTestHelper.jar 
  /prebuilts/misc/common/ub-uiautomator/
ub-uiautomator.jar 
  /external/clang/lib/ASTMatchers/Dynamic/
Registry.cpp 190 REGISTER_MATCHER(hasDescendant);
  /external/clang/unittests/AST/
DeclPrinterTest.cpp     [all...]
  /external/clang/include/clang/ASTMatchers/
ASTMatchers.h 631 /// isExpr(hasDescendant(declRefExpr(to(fieldDecl(hasName("next"))))))))
    [all...]

Completed in 99 milliseconds