reference, declaration → definition definition → references, declarations, derived classes, virtual overrides reference to multiple definitions → definitions unreferenced |
1298 if (ty->isPointerType()) { 1299 QualType pointeeTy = ty->getPointeeType(); 1331 if (ty.isRestrictQualified()) 1340 bool isPipe = ty->isPipeType(); 1341 if (ty->isImageType() || isPipe) 1350 typeName = ty.getCanonicalType() 1355 typeName = ty.getUnqualifiedType().getAsString(Policy); 1359 if (ty.isCanonical() && pos != std::string::npos) 1364 baseTypeName = ty.getCanonicalType() 1371 ty.getUnqualifiedType().getCanonicalType().getAsString(Policy); 1377 if (ty->isImageType()) { 1399 if (ty->isImageType() || ty->isPipeType()) { 1399 if (ty->isImageType() || ty->isPipeType()) { 1401 if (auto *TD = dyn_cast<TypedefType>(ty))