reference, declaration → definition definition → references, declarations, derived classes, virtual overrides reference to multiple definitions → definitions unreferenced |
5259 if (Ty->isPointerType() || Ty->isReferenceType()) 5259 if (Ty->isPointerType() || Ty->isReferenceType()) 5260 Ty = Ty->getPointeeType(); 5260 Ty = Ty->getPointeeType(); 5261 else if (Ty->isArrayType()) 5262 Ty = Ty->castAsArrayTypeUnsafe()->getElementType(); 5262 Ty = Ty->castAsArrayTypeUnsafe()->getElementType(); 5264 return Ty.withoutLocalFastQualifiers();