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

  /external/clang/unittests/ASTMatchers/
ASTMatchersTest.cpp 366 hasDescendant(fieldDecl(hasName("a"))))));
373 hasDescendant(fieldDecl(hasName("a"))))));
556 TEST(DeclarationMatcher, HasDescendant) {
559 hasDescendant(recordDecl(hasName("X"))),
574 hasDescendant(recordDecl(has(recordDecl(hasName("Y"))),
597 hasDescendant(recordDecl(hasDescendant(recordDecl(hasName("Y"))),
674 TEST(HasDescendant, MatchesDescendantTypes) {
676 decl(hasDescendant(loc(builtinType())))));
678 stmt(hasDescendant(builtinType()))))
    [all...]
  /external/clang/unittests/AST/
DeclPrinterTest.cpp     [all...]
  /external/clang/include/clang/ASTMatchers/
ASTMatchers.h     [all...]

Completed in 43 milliseconds