Searched refs:hasDescendant (Results 1 – 5 of 5) sorted by relevance
380 hasDescendant(fieldDecl(hasName("a")))))); in TEST()387 hasDescendant(fieldDecl(hasName("a")))))); in TEST()573 hasDescendant(recordDecl(hasName("X"))), in TEST()588 hasDescendant(recordDecl(has(recordDecl(hasName("Y"))), in TEST()611 hasDescendant(recordDecl(hasDescendant(recordDecl(hasName("Y"))), in TEST()690 decl(hasDescendant(loc(builtinType()))))); in TEST()692 stmt(hasDescendant(builtinType())))); in TEST()695 stmt(hasDescendant(loc(builtinType()))))); in TEST()697 stmt(hasDescendant(qualType(builtinType()))))); in TEST()700 stmt(hasDescendant(isInteger())))); in TEST()[all …]
206 …d setHasOutOfFlowPositionedDescendant(bool hasDescendant) { m_hasOutOfFlowPositionedDescendant = h… in setHasOutOfFlowPositionedDescendant() argument212 void setHasUnclippedDescendant(bool hasDescendant) { m_hasUnclippedDescendant = hasDescendant; } in setHasUnclippedDescendant() argument
203 REGISTER_ADAPTATIVE(hasDescendant); in RegistryMaps()
1236 hasDescendant(namedDecl(hasName("printThis")))).bind("id"), in TEST()
1623 hasDescendant(const internal::Matcher<DescendantT> &DescendantMatcher) { in hasDescendant() function