Home
last modified time | relevance | path

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

/external/pdfium/core/include/fxcrt/
Dfx_xml.h136 enum ChildType { Invalid, Element, Content}; enum
/external/lldb/test/functionalities/data-formatter/data-formatter-cpp/
Dmain.cpp31 typedef int ChildType; // should show as int typedef
/external/clang/tools/libclang/
DCXType.cpp766 if (const RecordType *ChildType = I->getType()->getAs<RecordType>()) { in visitRecordForValidation() local