Searched defs:hasDescendant (Results 1 - 1 of 1) sorted by relevance

/external/clang/include/clang/ASTMatchers/
H A DASTMatchers.h790 /// isExpr(hasDescendant(declRefExpr(to(fieldDecl(hasName("next"))))))))
2270 /// (matcher = cxxRecordDecl(hasDescendant(cxxRecordDecl(hasName("X")))))
2281 LLVM_ATTRIBUTE_UNUSED hasDescendant = {}; member in namespace:clang::ast_matchers
2316 /// As opposed to 'hasDescendant', 'forEachDescendant' will cause a match for

Completed in 42 milliseconds