Home
last modified time | relevance | path

Searched refs:hasDescendant (Results 1 – 4 of 4) sorted by relevance

/external/clang/unittests/ASTMatchers/
DASTMatchersTest.cpp418 hasDescendant(fieldDecl(hasName("a")))))); in TEST()
425 hasDescendant(fieldDecl(hasName("a")))))); in TEST()
497 cxxCatchStmt(anyOf(hasDescendant(varDecl()), isCatchAll())))); in TEST()
634 hasDescendant(recordDecl(hasName("X"))), in TEST()
649 hasDescendant(recordDecl(has(recordDecl(hasName("Y"))), in TEST()
672 hasDescendant(recordDecl(hasDescendant(recordDecl(hasName("Y"))), in TEST()
693 decl(hasDescendant(typeLoc().bind("x")), has(decl())); in TEST()
703 decl(hasDescendant(VD), hasDescendant(RD)))); in TEST()
705 decl(hasDescendant(RD), hasDescendant(VD)))); in TEST()
708 decl(anyOf(hasDescendant(RD), hasDescendant(VD))))); in TEST()
[all …]
/external/clang/lib/ASTMatchers/Dynamic/
DRegistry.cpp208 REGISTER_MATCHER(hasDescendant); in RegistryMaps()
/external/clang/unittests/AST/
DDeclPrinterTest.cpp1294 hasDescendant(namedDecl(hasName("printThis")))).bind("id"), in TEST()
/external/clang/include/clang/ASTMatchers/
DASTMatchers.h1988 LLVM_ATTRIBUTE_UNUSED hasDescendant = {}; variable