reference, declaration → definition definition → references, declarations, derived classes, virtual overrides reference to multiple definitions → definitions unreferenced |
3456 if (!ObjType.isNull() && 3457 (ObjType->isArrayType() || ObjType->isAnyComplexType())) { 3457 (ObjType->isArrayType() || ObjType->isAnyComplexType())) { 3463 if (ObjType->isAnyComplexType()) 3464 ObjType = ObjType->castAs<ComplexType>()->getElementType(); 3464 ObjType = ObjType->castAs<ComplexType>()->getElementType(); 3466 ObjType = ObjType->castAsArrayTypeUnsafe()->getElementType(); 3466 ObjType = ObjType->castAsArrayTypeUnsafe()->getElementType(); 3475 ObjType = FD->getType(); 3478 ObjType = QualType();