reference, declaration → definition definition → references, declarations, derived classes, virtual overrides reference to multiple definitions → definitions unreferenced |
1408 if (T->getAttrKind() == attr::ObjCGC || 1409 T->getAttrKind() == attr::ObjCOwnership) 1410 return printBefore(T->getEquivalentType(), OS); 1412 if (T->getAttrKind() == attr::ObjCKindOf) 1415 if (T->getAttrKind() == attr::AddressSpace) 1416 printBefore(T->getEquivalentType(), OS); 1418 printBefore(T->getModifiedType(), OS); 1420 if (T->isMSTypeSpec()) { 1421 switch (T->getAttrKind()) { 1432 if (T->getImmediateNullability()) { 1433 if (T->getAttrKind() == attr::TypeNonNull) 1435 else if (T->getAttrKind() == attr::TypeNullable) 1437 else if (T->getAttrKind() == attr::TypeNullUnspecified)