Home
last modified time | relevance | path

Searched defs:Descendant (Results 1 – 2 of 2) sorted by relevance

/external/llvm-project/clang-tools-extra/clang-tidy/utils/
DExprSequence.cpp54 bool isDescendantOrEqual(const Stmt *Descendant, const Stmt *Ancestor, in isDescendantOrEqual()
/external/pdfium/core/fxcrt/css/
Dcfx_css.h127 enum class CFX_CSSSelectorType : uint8_t { Element = 0, Descendant }; enumerator