Searched refs:baseT (Results 1 – 3 of 3) sorted by relevance
205 if (const RecordType *baseT = T->getAs<RecordType>()) { in IsPartOfAST() local206 CXXRecordDecl *baseD = cast<CXXRecordDecl>(baseT->getDecl()); in IsPartOfAST()
95 * Feature: Add support for 2500baseT/5000baseT link modes375 * Feature: report 10000baseT support, where available427 * Bug fix: make sure to advertise 10baseT-HD
1626 QualType baseT = baseR->getValueType(); in getBindingForElement() local1627 if (baseT->isScalarType()) { in getBindingForElement()1630 if (Ctx.getTypeSizeInChars(baseT) >= Ctx.getTypeSizeInChars(elemT)) { in getBindingForElement()