Home
last modified time | relevance | path

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

/external/pdfium/core/fxcrt/
Dfx_xml.h55 enum ChildType { Invalid, Element, Content }; enum
/external/clang/tools/libclang/
DCXType.cpp780 if (const RecordType *ChildType = I->getType()->getAs<RecordType>()) { in visitRecordForValidation() local