Home
last modified time | relevance | path

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

/external/clang/unittests/ASTMatchers/
DASTMatchersTest.cpp380 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 …]
/external/chromium_org/third_party/WebKit/Source/core/rendering/
DRenderLayer.h206 …d setHasOutOfFlowPositionedDescendant(bool hasDescendant) { m_hasOutOfFlowPositionedDescendant = h… in setHasOutOfFlowPositionedDescendant() argument
212 void setHasUnclippedDescendant(bool hasDescendant) { m_hasUnclippedDescendant = hasDescendant; } in setHasUnclippedDescendant() argument
/external/clang/lib/ASTMatchers/Dynamic/
DRegistry.cpp203 REGISTER_ADAPTATIVE(hasDescendant); in RegistryMaps()
/external/clang/unittests/AST/
DDeclPrinterTest.cpp1236 hasDescendant(namedDecl(hasName("printThis")))).bind("id"), in TEST()
/external/clang/include/clang/ASTMatchers/
DASTMatchers.h1623 hasDescendant(const internal::Matcher<DescendantT> &DescendantMatcher) { in hasDescendant() function