reference, declaration → definition definition → references, declarations, derived classes, virtual overrides reference to multiple definitions → definitions unreferenced |
2278 if (auto TypedefT = dyn_cast<TypedefType>(QT.getTypePtr())) 2280 if (auto TagT = dyn_cast<TagType>(QT.getCanonicalType().getTypePtr())) 2286 if (QT->isExtVectorType()) { 2287 auto TypePtr = QT->castAs<ExtVectorType>()->getElementType().getTypePtr(); 2288 return checkOpenCLDisabledTypeOrDecl(TypePtr, Loc, QT, OpenCLTypeExtMap); 2291 if (checkOpenCLDisabledTypeOrDecl(Decl, Loc, QT, OpenCLDeclExtMap)) 2295 return checkOpenCLDisabledTypeOrDecl(QT.getCanonicalType().getTypePtr(), Loc, 2296 QT, OpenCLTypeExtMap);