Searched defs:objType (Results 1 - 2 of 2) sorted by relevance

/external/clang/lib/Sema/
H A DSemaExprObjC.cpp1260 const ObjCObjectType *objType = type->castAs<ObjCObjectType>(); local
1261 if (ObjCInterfaceDecl *iface = objType->getInterface()) {
1274 i = objType->qual_begin(), e = objType->qual_end(); i != e; ++i)
/external/libxml2/
H A Dxpath.c1426 xmlXPathObjectType objType)
1438 switch (objType) {
1475 switch (objType) {
1580 xmlXPathObjectType objType)
1592 switch (objType) {
1629 switch (objType) {
1425 xmlXPathDebugObjUsageRequested(xmlXPathContextPtr ctxt, xmlXPathObjectType objType) argument
1579 xmlXPathDebugObjUsageReleased(xmlXPathContextPtr ctxt, xmlXPathObjectType objType) argument

Completed in 63 milliseconds